From 6e59cfc66c42f9415698e10ded50734fd424befd Mon Sep 17 00:00:00 2001 From: cschwinne Date: Tue, 25 Oct 2022 11:47:34 +0200 Subject: [PATCH] Updated issue templates --- .github/ISSUE_TEMPLATE/config.yml | 11 +++++++++++ .github/ISSUE_TEMPLATE/question.md | 19 ------------------- 2 files changed, 11 insertions(+), 19 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..526ae5f7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,11 @@ +blank_issues_enabled: true +contact_links: + - name: WLED Discord community + url: https://discord.gg/KuqP7NE + about: Please ask and answer questions and discuss setup issues here. + - name: WLED community forum + url: https://wled.discourse.group/ + about: For issues and ideas that might need longer discussion. + - name: Kno.wled.ge base + url: https://github.com/Aircoookie/WLED/wiki/FAQ + about: Take a look at the frequently asked questions and documentation, perhaps your question is already answered! \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md deleted file mode 100644 index 94f92a61..00000000 --- a/.github/ISSUE_TEMPLATE/question.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: Question -about: Have a question about using WLED? -title: '' -labels: question -assignees: '' - ---- - -**Take a look at the wiki and FAQ, perhaps your question is already answered!** -[FAQ](https://github.com/Aircoookie/WLED/wiki/FAQ) - -**Please consider asking your question on the WLED forum or Discord** -[Forum](https://wled.discourse.group/) -[Discord](https://discord.gg/KuqP7NE) -[What to post where?](https://github.com/Aircoookie/WLED/issues/658) - -**If you do not like to use these platforms, delete this template and ask away!** -Please keep in mind though that the issue section is generally not the preferred place for general questions.