Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
chore: sync templates
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jan 19, 2023
1 parent e9dde82 commit 1211f62
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: "\U0001F41E Bug report"
description: Create a report to help us improve Nuxt
labels: ["pending triage"]
labels: ["pending triage", "3.x"]
body:
- type: markdown
attributes:
value: |
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
πŸ‘‰ https://stackblitz.com/github/nuxt/starter/tree/v3-stackblitz
Expand All @@ -23,7 +23,7 @@ body:
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://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
validations:
required: true
Expand All @@ -46,4 +46,4 @@ body:
label: Logs
description: |
Optional if provided reproduction. Please try not to insert an image but copy paste the log text.
render: shell
render: shell-script
14 changes: 9 additions & 5 deletions .github/ISSUE_TEMPLATE/config.yml
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.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ body:
Thank you for taking the time to fill out this feature request!
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
id: feature-description
attributes:
Expand All @@ -31,7 +31,7 @@ body:
label: Final checks
description: Before submitting, please make sure you do the following
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
- 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
49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE/z-bug-report-2.yml
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
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
☝️ PR title should follow conventional commits (https://conventionalcommits.org)
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
Expand Down

0 comments on commit 1211f62

Please sign in to comment.