diff options
author | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2020-01-21 16:46:53 +0100 |
---|---|---|
committer | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2020-01-26 03:49:54 +0100 |
commit | 964fb0d8e998ff3544366e92e1ddea1fcc3bd924 (patch) | |
tree | 900d648d0fc3c0ea70adbdc0a7e59a5cfd48a6f6 /.github | |
parent | 153e22ae3427c0e3a23c38474e83261eb60200c0 (diff) | |
download | pip-964fb0d8e998ff3544366e92e1ddea1fcc3bd924.tar.gz |
Add a config for the issue template chooser
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..e360c8dc2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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. |