From 8dc0723640e69e5474ac8b4b498ab13f568545b1 Mon Sep 17 00:00:00 2001 From: abraunegg Date: Thu, 10 Mar 2022 06:51:11 +1100 Subject: [PATCH] Update YAML forms (#1875) * Update YAML forms --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index fc72117f..836c6a90 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ name: "Bug Report" description: Create a Bug Report to help us fix your issue -title: "[Bug:] " +title: "Bug: " labels: ["Bug"] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 72b8aa95..f41c3ca7 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,6 +1,6 @@ name: "Feature Request" description: Suggest an idea for this project -title: "[Feature Request:] " +title: "Feature Request: " labels: ["Feature Request"] body: - type: markdown