From 237a1f3684f2325194b2902d190528d97d02b0c0 Mon Sep 17 00:00:00 2001 From: Daniel Dreier Date: Wed, 5 Aug 2020 17:28:12 -0400 Subject: [PATCH] Add "new" label to issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 3 +++ .github/ISSUE_TEMPLATE/feature_request.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 728de807a..dfbf5528e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,9 @@ --- name: Bug report about: Let us know about an unexpected error, a crash, or an incorrect behavior. +title: '' +labels: new +assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index fce5809e1..f203dcdc8 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,7 +1,10 @@ --- name: Feature request about: Suggest a new feature or other enhancement. +title: '' labels: enhancement +assignees: '' + ---