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 /.github/ISSUE_TEMPLATE/config.yml | |
| 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
Diffstat (limited to '.github/ISSUE_TEMPLATE/config.yml')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 4 |
1 files changed, 4 insertions, 0 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 |