From 0d21906cc0701e4b4d4698dc46124d6cffa8ca41 Mon Sep 17 00:00:00 2001 From: Manuel Date: Mon, 14 Aug 2023 14:45:47 +0200 Subject: [PATCH] Redirect users to ask questions in the Discussions forum So we have a cleaner Issues list, hopefully, only for feature requests and bug reports. --- .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 000000000..43cbedbe0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: GitHub Community Support + url: https://github.com/sqlitebrowser/sqlitebrowser/discussions + about: Please ask and answer questions here.