From 63c3905a792c4efb9063a8f03916f10c939a9443 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Mon, 6 May 2024 17:11:26 +0300 Subject: [PATCH] redirect all questions to discord --- .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 0000000..b78c8c8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: "⛔ Support or Question" + url: https://discord.gg/bpmXfz5 + about: "Please don't use GitHub for asking questions. If you simply have a question, then the Discord chat is the best place to ask it. You will get an answer there much faster than here!"