diff options
| author | Rapptz <[email protected]> | 2020-09-18 04:21:32 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-09-18 04:21:32 -0400 |
| commit | 9978288346366c0a5efd03a97cd1328361f08652 (patch) | |
| tree | 0695aafe07ddc03c3c034b55a4e30ae2349f4ffc /.github | |
| parent | Add labels to the issue templates (diff) | |
| download | discord.py-9978288346366c0a5efd03a97cd1328361f08652.tar.xz discord.py-9978288346366c0a5efd03a97cd1328361f08652.zip | |
Update issue template to redirect to discussions
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 4712aa75..5336b869 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: false 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. + - name: Ask a question + about: Ask questions and discuss with other users of the library. + url: https://github.com/Rapptz/discord.py/discussions + - name: Discord Server + about: Use our official Discord server to ask help and questions as well. url: https://discord.gg/r3sSKJJ |