From e42092a78836dfaf35fbf6cbe0afd656b72b6e4c Mon Sep 17 00:00:00 2001 From: scragly <29337040+scragly@users.noreply.github.com> Date: Thu, 12 Dec 2019 14:19:32 +1000 Subject: Add issue template config. --- .github/ISSUE_TEMPLATE/config.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml 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/ -- cgit v1.2.3