From a67dc59de5ca7bf3cec29fc4bce68924475b07b3 Mon Sep 17 00:00:00 2001 From: Kellen Swain Date: Fri, 25 Apr 2025 19:25:47 +0000 Subject: [PATCH] fixing errors in new template & disabling the default blank template --- .github/ISSUE_TEMPLATE/{issue_template.md => blank_issue.md} | 2 +- .github/ISSUE_TEMPLATE/config.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) rename .github/ISSUE_TEMPLATE/{issue_template.md => blank_issue.md} (64%) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/issue_template.md b/.github/ISSUE_TEMPLATE/blank_issue.md similarity index 64% rename from .github/ISSUE_TEMPLATE/issue_template.md rename to .github/ISSUE_TEMPLATE/blank_issue.md index 1a2c8c6fc..dd6ebabf8 100644 --- a/.github/ISSUE_TEMPLATE/issue_template.md +++ b/.github/ISSUE_TEMPLATE/blank_issue.md @@ -1,6 +1,6 @@ --- name: Blank Issue -about: '' +about: Create a new issue from scratch title: '' labels: needs-triage assignees: '' diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..3ba13e0ce --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false