From 5adb8fbad7e7e2f10f51406731fa2476b6b1dd2d Mon Sep 17 00:00:00 2001 From: Motordom <4337361+Motordom@users.noreply.github.com> Date: Sat, 15 Oct 2022 16:02:34 +1100 Subject: [PATCH] chore: update issue templates (#78) 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 c1ee6373..309cf289 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 8a15b34f..550daf4d 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