Add a config for the issue template chooser

This commit is contained in:
Sviatoslav Sydorenko 2020-01-21 16:46:53 +01:00
parent 153e22ae34
commit 964fb0d8e9
No known key found for this signature in database
GPG Key ID: 9345E8FEA89CA455
1 changed files with 15 additions and 0 deletions

15
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1,15 @@
# Ref: https://help.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser
blank_issues_enabled: true # default
contact_links:
- name: '💬 IRC: #pypa @ Freenode'
url: https://webchat.freenode.net/#pypa
about: Chat with devs.
- name: 🤷💻🤦 Discourse
url: https://discuss.python.org/c/packaging
about: Please ask typical Q&A here.
- name: 🔐 Security Policy
url: https://pypi.org/security/
about: Please learn how to report security vulnerabilities here.
- name: 📝 PyPA Code of Conduct
url: https://www.pypa.io/en/latest/code-of-conduct/
about: ❤ Be nice to other members of the community. ☮ Behave.