diff options
| -rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..519294a0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,7 @@ +blank_issues_enabled: false +contact_links: + - name: Python Discord Community + url: https://discord.gg/python + about: Contributors must be part of the community, so be sure to join! + - name: Contributing Guide + url: https://pythondiscord.com/pages/contributing/seasonalbot/ |