From 13a664741eebd78f42e4d949b7f16dafbbe240a8 Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Fri, 22 Mar 2024 12:57:16 +0100 Subject: [PATCH] Enable the configuration for blank issues in GitHub This commit adds a new configuration in GitHub to disable creation of blank issues. This change ensures that all issues have a predefined structure, which could potentially increase the quality and applicability of the responses. --- .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