From cc86889fd666a4365dc3943428c9af11a3b53618 Mon Sep 17 00:00:00 2001 From: Daniel Dreier Date: Wed, 5 Aug 2020 17:39:56 -0400 Subject: [PATCH] Update GitHub issue templates Add "bug" label to bug_report.md Add "new" label to feature_request.md --- .github/ISSUE_TEMPLATE/bug_report.md | 4 +--- .github/ISSUE_TEMPLATE/feature_request.md | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dfbf5528ef..077c1f6eec 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,9 +1,7 @@ --- name: Bug report about: Let us know about an unexpected error, a crash, or an incorrect behavior. -title: '' -labels: new -assignees: '' +labels: bug, new --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index f203dcdc8e..7839353559 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,9 +1,7 @@ --- name: Feature request about: Suggest a new feature or other enhancement. -title: '' -labels: enhancement -assignees: '' +labels: enhancement, new ---