From 2569ae5c21673e4e41d5beee5cff7c35942232c8 Mon Sep 17 00:00:00 2001 From: Ansgar Becker Date: Sat, 8 Aug 2020 07:12:56 +0200 Subject: [PATCH] Disable creating issues without using a template --- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ 1 file changed, 5 insertions(+) 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..b84297af --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: HeidiSQL community forum + url: https://www.heidisql.com/forum.php + about: Please ask and answer questions here. \ No newline at end of file