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