diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 52307b3bb254..d8e4e37c69e5 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -2,7 +2,7 @@ name: 🚨 Bug report | Bug 提亀 about: Report a bug report to help us improve Nuxt.js. title: '' -labels: 'bug' +labels: 'bug-report' assignees: '' --- @@ -21,7 +21,7 @@ assignees: '' ### Versions - nuxt: -- node: ### Reproduction diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 7c1d25ae57cd..aed5f9052135 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -2,7 +2,7 @@ name: πŸ™‹ Feature request | ζ–°εŠŸθƒ½ζζ‘ˆ about: Suggest an idea or enhancement for Nuxt.js. title: '' -labels: 'feature' +labels: 'feature-request' assignees: '' ---