diff options
| author | Rapptz <[email protected]> | 2020-08-05 04:40:31 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-08-05 04:40:31 -0400 |
| commit | 78851bf1d8bc45ca6f3f8d177123eef550cc5df2 (patch) | |
| tree | 6dda1b0a19596d46b41b5e1952e2426d92ff7fd9 /.github | |
| parent | Propagate manual close codes to socket subclass (diff) | |
| download | discord.py-78851bf1d8bc45ca6f3f8d177123eef550cc5df2.tar.xz discord.py-78851bf1d8bc45ca6f3f8d177123eef550cc5df2.zip | |
Require people to use templates when making an issue
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 996d973f..4712aa75 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,3 +1,4 @@ +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. |