Browse Source

Add support server as contact link in issue templates

pull/4088/head
jack1142 5 years ago
committed by Rapptz
parent
commit
4f96e3b9a5
  1. 4
      .github/ISSUE_TEMPLATE/config.yml
  2. 11
      .github/ISSUE_TEMPLATE/question.md

4
.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

11
.github/ISSUE_TEMPLATE/question.md

@ -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
Loading…
Cancel
Save