From c3601bdd185e2e8b981a8cd1f5678b9488c2cca7 Mon Sep 17 00:00:00 2001 From: Brian Dashore Date: Fri, 9 Feb 2024 14:48:03 -0500 Subject: [PATCH] Issues: Disable blank issues Users must follow the appropriate issue templates Signed-off-by: kingbri --- .github/ISSUE_TEMPLATE/config.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml 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