diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2022-01-23 20:21:51 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-23 20:21:51 -0500 |
| commit | 05bd74c933c1471525e50b1e21d4d4ed1f492343 (patch) | |
| tree | c83810950f7970bafe2dd488f982c88c101bb65b | |
| parent | c4d780731ac1331667a46f8de3a80fbff33db2c7 (diff) | |
| download | python-setuptools-git-05bd74c933c1471525e50b1e21d4d4ed1f492343.tar.gz | |
Replace IRC link with Discord. Restore default for blank issues.
| -rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index dde102ca..6d62a68b 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,3 @@ -# Ref: https://help.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser -blank_issues_enabled: false # default: true contact_links: - name: 🤔 Have questions or need support? url: https://github.com/pypa/setuptools/discussions @@ -9,7 +7,6 @@ contact_links: about: | Please ask typical Q&A here: general ideas for Python packaging, questions about structuring projects and so on -- name: >- - 💬 IRC: #pypa @ Freenode - url: https://webchat.freenode.net/#pypa +- name: 💬 Discord (chat) + url: https://discord.com/channels/803025117553754132/815945031150993468 about: Chat with devs |
