From f3b53bc4fe5607a63177e86b1ef897563fbf117d Mon Sep 17 00:00:00 2001 From: David Anson Date: Fri, 28 Feb 2025 19:43:01 -0800 Subject: [PATCH] Update GitHub issue template for GitHub behavioral changes. --- .github/ISSUE_TEMPLATE/config.yml | 1 + .../markdownlint-issue-template.md} | 0 2 files changed, 1 insertion(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml rename .github/{issue_template.md => ISSUE_TEMPLATE/markdownlint-issue-template.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..3ba13e0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/.github/issue_template.md b/.github/ISSUE_TEMPLATE/markdownlint-issue-template.md similarity index 100% rename from .github/issue_template.md rename to .github/ISSUE_TEMPLATE/markdownlint-issue-template.md