From 5c97b9775517705eeed88623097343d43b64f760 Mon Sep 17 00:00:00 2001 From: Joe Haddad Date: Sun, 1 Nov 2020 11:56:42 -0500 Subject: [PATCH] Add default tags for issue templates (#18627) --- .github/ISSUE_TEMPLATE/1.Bug_report.md | 1 + .github/ISSUE_TEMPLATE/2.Feature_request.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/1.Bug_report.md b/.github/ISSUE_TEMPLATE/1.Bug_report.md index 3204d20475..a6670d64bb 100644 --- a/.github/ISSUE_TEMPLATE/1.Bug_report.md +++ b/.github/ISSUE_TEMPLATE/1.Bug_report.md @@ -1,6 +1,7 @@ --- name: Bug report about: Create a bug report for the Next.js core / examples +labels: 'template: bug' --- # Bug report diff --git a/.github/ISSUE_TEMPLATE/2.Feature_request.md b/.github/ISSUE_TEMPLATE/2.Feature_request.md index c3cfe03750..924236b62e 100644 --- a/.github/ISSUE_TEMPLATE/2.Feature_request.md +++ b/.github/ISSUE_TEMPLATE/2.Feature_request.md @@ -1,6 +1,7 @@ --- name: Feature request about: Create a feature request for the Next.js core +labels: 'template: story' --- # Feature request -- GitLab