From 5927da0034fa3685b31be3745c50de9ffaf313b7 Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Mon, 24 Aug 2020 14:29:06 +0200 Subject: [PATCH] Disable blank issue option in github issue chooser People submitting bug reports should always fill out the issue template. See https://docs.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser Signed-off-by: Matthias Reichl --- .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 0000000000..3ba13e0cec --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false