From 035cd230d9d56b1b3142e132bc4feb2090d52300 Mon Sep 17 00:00:00 2001 From: eversiege <69052669+eversiege@users.noreply.github.com> Date: Wed, 2 Oct 2024 19:44:01 +0200 Subject: [PATCH] Create config.yml to prohibit blank issue creation (#125) Signed-off-by: eversiege <69052669+eversiege@users.noreply.github.com> --- .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 00000000..3ba13e0c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false