From 250a1c391881c780542ea7a41c5207c276723b76 Mon Sep 17 00:00:00 2001 From: pooya parsa Date: Tue, 30 Jun 2020 19:29:14 +0200 Subject: [PATCH] chore: better default labels and fix comment --- .github/ISSUE_TEMPLATE/bug-report.md | 4 ++-- .github/ISSUE_TEMPLATE/feature-request.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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: '' ---