From 30378cbd1545ecf58eccd41b260663f0035c9d6a Mon Sep 17 00:00:00 2001 From: Motordom <4337361+Motordom@users.noreply.github.com> Date: Sat, 15 Oct 2022 13:18:53 +1100 Subject: [PATCH] Update issue templates Update capitalisation on descriptions, and added corresponding labels. --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 ++- .github/ISSUE_TEMPLATE/feature_request.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index c1ee637..309cf28 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,7 @@ --- name: "Bug Report" -description: "submit a bug report for the current release" +description: "Submit a bug report for the current release" +labels: ["bug"] body: - type: checkboxes id: checks diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 8a15b34..550daf4 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,6 +1,7 @@ --- name: "Feature Request" -description: "submit a feature request for the current release" +description: "Submit a feature request for the current release" +labels: ["feature-request"] body: - type: textarea id: problem-statement