From 22b54aebc1c9476f7978372b5d3490dfcb685771 Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Sat, 12 Nov 2022 16:23:31 +0100 Subject: [PATCH] Do not allow blank issues any more Submit here either real issues or feature requests Use discussions or discord for support --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ 1 file changed, 8 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..4f358b106 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: 🤔 Have questions or need support? + url: https://discord.gg/WzhxEY62mB + about: Discuss with us on Discord + - name: 🤔 Have questions or need support? + url: https://github.com/tbnobody/OpenDTU/discussions + about: Use the GitHub Discussions feature \ No newline at end of file