From 0a20750e9e10676edf4f946710edb83bb8953fdc Mon Sep 17 00:00:00 2001 From: ThatXliner Date: Mon, 1 Feb 2021 17:21:14 -0800 Subject: [PATCH 1/2] Added enhancement label to enhancements --- .github/ISSUE_TEMPLATE/feature_request.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 403cace..eacba79 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,7 @@ --- name: Feature request about: Suggest an idea for this project +labels: enhancement --- From 8191994e89bb601445ec4691e6e58f57434fca90 Mon Sep 17 00:00:00 2001 From: ThatXliner Date: Mon, 1 Feb 2021 17:28:46 -0800 Subject: [PATCH 2/2] Updated bug issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 018fb15..a14a527 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,7 @@ --- name: Bug report about: Create a report to help us improve +labels: bug ---