This repository has been archived by the owner on Apr 6, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
66 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: π Documentation | ||
url: https://v3.nuxtjs.org/ | ||
about: Check documentation for usage | ||
- name: π Nuxt 3 Documentation | ||
url: https://nuxt.com/docs/ | ||
about: Check the documentation for usage of Nuxt 3 | ||
- name: π Nuxt 2 Documentation | ||
url: https://nuxtjs.org/ | ||
about: Check the documentation for usage of Nuxt 2 | ||
- name: π¬ Discussions | ||
url: https://github.com/nuxt/framework/discussions | ||
about: Use discussions if you have an idea for improvement and asking questions | ||
url: https://github.com/nuxt/nuxt.js/discussions | ||
about: Use discussions if you have another issue, an idea for improvement or for asking questions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
name: "\U0001F41E Bug report (Nuxt 2)" | ||
description: Create a report to help us improve Nuxt | ||
labels: ["pending triage", "2.x"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Please carefully read the contribution docs before creating a bug report | ||
π https://nuxt.com/docs/community/reporting-bugs | ||
Please use a template below to create a minimal reproduction | ||
π https://stackblitz.com/github/nuxt/starter/tree/v2 | ||
π https://codesandbox.io/p/github/nuxt/starter/v2 | ||
- type: textarea | ||
id: bug-env | ||
attributes: | ||
label: Environment | ||
description: You can use `npx envinfo --system --npmPackages '{nuxt,@nuxt/*}' --binaries --browsers` to fill this section | ||
placeholder: Environment | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: reproduction | ||
attributes: | ||
label: Reproduction | ||
description: Please provide a link to a repo that can reproduce the problem you ran into. A [**minimal reproduction**](https://nuxt.com/docs/community/reporting-bugs#create-a-minimal-reproduction) is required unless you are absolutely sure that the issue is obvious and the provided information is enough to understand the problem. If a report is vague (e.g. just a generic error message) and has no reproduction, it will receive a "need reproduction" label. If no reproduction is provided we might close it. | ||
placeholder: Reproduction | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: bug-description | ||
attributes: | ||
label: Describe the bug | ||
description: A clear and concise description of what the bug is. If you intend to submit a PR for this issue, tell us in the description. Thanks! | ||
placeholder: Bug description | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: additonal | ||
attributes: | ||
label: Additional context | ||
description: If applicable, add any other context about the problem here | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Logs | ||
description: | | ||
Optional if provided reproduction. Please try not to insert an image but copy paste the log text. | ||
render: shell-script |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters