diff options
| author | jack1142 <[email protected]> | 2020-05-08 13:03:31 +0200 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-05-10 16:48:59 -0400 |
| commit | 4f96e3b9a5c7fb45a07ee9649fea8a5ce5e61196 (patch) | |
| tree | 6366071932c093a51bd8a2b0a5f52091da0a9ccb | |
| parent | [commands] Document that cog_command_error must be async (diff) | |
| download | discord.py-4f96e3b9a5c7fb45a07ee9649fea8a5ce5e61196.tar.xz discord.py-4f96e3b9a5c7fb45a07ee9649fea8a5ce5e61196.zip | |
Add support server as contact link in issue templates
| -rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 4 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/question.md | 11 |
2 files changed, 4 insertions, 11 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..996d973f --- /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 2f0a6a7f..00000000 --- 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 |