Skip to content

Commit e9f4612

Browse files
authored
Merge pull request #7630 from webknjaz/misc/gh-repo-config-issue-templates
Add a config for the issue template chooser
2 parents 153e22a + ea17da2 commit e9f4612

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Ref: https://help.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser
2+
blank_issues_enabled: true # default
3+
contact_links:
4+
- name: 🤷💻🤦 Discourse
5+
url: https://discuss.python.org/c/packaging
6+
about: |
7+
Please ask typical Q&A here: general ideas for Python packaging,
8+
questions about structuring projects and so on
9+
- name: '💬 IRC: #pypa @ Freenode'
10+
url: https://webchat.freenode.net/#pypa
11+
about: Chat with devs
12+
- name: 📝 PyPA Code of Conduct
13+
url: https://www.pypa.io/en/latest/code-of-conduct/
14+
about: ❤ Be nice to other members of the community. ☮ Behave.

0 commit comments

Comments
 (0)