From 82679e0ceaf71df0fb7a36f148bb766477ecad57 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Wed, 12 Feb 2025 01:07:04 +0100 Subject: [PATCH] Fix issue template --- .github/{ => ISSUE_TEMPLATE}/ISSUE_TEMPLATE.md | 0 .github/ISSUE_TEMPLATE/config.yml | 1 + 2 files changed, 1 insertion(+) rename .github/{ => ISSUE_TEMPLATE}/ISSUE_TEMPLATE.md (100%) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md similarity index 100% rename from .github/ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md 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