chore: sync templates

This commit is contained in:
Daniel Roe 2023-01-19 13:53:29 +00:00
parent e9dde82687
commit 1211f62d41
5 changed files with 66 additions and 13 deletions

View File

@ -1,12 +1,12 @@
name: "\U0001F41E Bug report" name: "\U0001F41E Bug report"
description: Create a report to help us improve Nuxt description: Create a report to help us improve Nuxt
labels: ["pending triage"] labels: ["pending triage", "3.x"]
body: body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
Please carefully read the contribution docs before creating a bug report Please carefully read the contribution docs before creating a bug report
👉 https://v3.nuxtjs.org/community/reporting-bugs 👉 https://nuxt.com/docs/community/reporting-bugs
Please use a template below to create a minimal reproduction Please use a template below to create a minimal reproduction
👉 https://stackblitz.com/github/nuxt/starter/tree/v3-stackblitz 👉 https://stackblitz.com/github/nuxt/starter/tree/v3-stackblitz
@ -23,7 +23,7 @@ body:
id: reproduction id: reproduction
attributes: attributes:
label: Reproduction label: Reproduction
description: Please provide a link to a repo that can reproduce the problem you ran into. A [**minimal reproduction**](https://v3.nuxtjs.org/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. 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 placeholder: Reproduction
validations: validations:
required: true required: true
@ -46,4 +46,4 @@ body:
label: Logs label: Logs
description: | description: |
Optional if provided reproduction. Please try not to insert an image but copy paste the log text. Optional if provided reproduction. Please try not to insert an image but copy paste the log text.
render: shell render: shell-script

View File

@ -1,7 +1,11 @@
blank_issues_enabled: true
contact_links: contact_links:
- name: 📚 Documentation - name: 📚 Nuxt 3 Documentation
url: https://v3.nuxtjs.org/ url: https://nuxt.com/docs/
about: Check documentation for usage 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 - name: 💬 Discussions
url: https://github.com/nuxt/framework/discussions url: https://github.com/nuxt/nuxt.js/discussions
about: Use discussions if you have an idea for improvement and asking questions about: Use discussions if you have another issue, an idea for improvement or for asking questions.

View File

@ -8,7 +8,7 @@ body:
Thank you for taking the time to fill out this feature request! Thank you for taking the time to fill out this feature request!
Please carefully read the contribution docs before suggesting a new feature Please carefully read the contribution docs before suggesting a new feature
👉 https://v3.nuxtjs.org/community/contribution/#creating-an-issue 👉 https://nuxt.com/docs/community/contribution/#creating-an-issue
- type: textarea - type: textarea
id: feature-description id: feature-description
attributes: attributes:
@ -31,7 +31,7 @@ body:
label: Final checks label: Final checks
description: Before submitting, please make sure you do the following description: Before submitting, please make sure you do the following
options: options:
- label: Read the [contribution guide](https://v3.nuxtjs.org/community/contribution). - label: Read the [contribution guide](https://nuxt.com/docs/community/contribution).
required: true required: true
- label: Check existing [discussions](https://github.com/nuxt/framework/discussions) and [issues](https://github.com/nuxt/framework/issues). - label: Check existing [discussions](https://github.com/nuxt/nuxt.js/discussions) and [issues](https://github.com/nuxt/nuxt.js/issues).
required: true required: true

View File

@ -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

View File

@ -2,7 +2,7 @@
☝️ PR title should follow conventional commits (https://conventionalcommits.org) ☝️ PR title should follow conventional commits (https://conventionalcommits.org)
Please carefully read the contribution docs before creating a pull request Please carefully read the contribution docs before creating a pull request
👉 https://v3.nuxtjs.org/community/contribution 👉 https://nuxt.com/docs/community/contribution
--> -->
### 🔗 Linked issue ### 🔗 Linked issue