diff options
| author | 2019-12-12 14:19:32 +1000 | |
|---|---|---|
| committer | 2019-12-12 14:19:32 +1000 | |
| commit | e42092a78836dfaf35fbf6cbe0afd656b72b6e4c (patch) | |
| tree | ad02386640efb0c52e8672cd970ceab3a575b0e9 | |
| parent | Refine Github Templates (diff) | |
Add issue template config.
| -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/ |