From 4f96e3b9a5c7fb45a07ee9649fea8a5ce5e61196 Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Fri, 8 May 2020 13:03:31 +0200 Subject: [PATCH] Add support server as contact link in issue templates --- .github/ISSUE_TEMPLATE/config.yml | 4 ++++ .github/ISSUE_TEMPLATE/question.md | 11 ----------- 2 files changed, 4 insertions(+), 11 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 000000000..996d973f5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,4 @@ +contact_links: + - name: Question about the library + about: Support questions are better answered in our Discord server. Issues asking how to implement a feature in your bot will be closed. + url: https://discord.gg/r3sSKJJ diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md deleted file mode 100644 index 2f0a6a7fd..000000000 --- a/.github/ISSUE_TEMPLATE/question.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -name: Question about the library -about: Please ask for help in Discord instead - https://discord.gg/r3sSKJJ ---- - -Generally speaking support questions are better answered in our Discord server. The response rate is faster and many people are willing to help. If you **really** feel like the question belongs here then feel free to delete this text and continue on. **Please do not open issues about asking how to implement a feature in your bot, these will be instantly closed.** - -Our support servers can be found here: - -Official server: https://discord.gg/r3sSKJJ -Discord API: https://discord.gg/discord-api