Skip to content

Commit 892f142

Browse files
authored
Re-enable blank issues (#13468)
The TL;DR is that GitHub is enforcing blank_issues_enabled=false in the issue template configuration strictly (we used to use a direct URL as a bypass). This is a recent change. The core team uses blank issues extensively so we need to re-enable blank issues. Unfortunately, this has the side effect of allowing everyone to file blank issues. We'll simply have to see how much (if any) misfiled issues we get.
1 parent 7cc3251 commit 892f142

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Documentation for this file can be found at:
22
# https://help.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository
33

4-
blank_issues_enabled: false
5-
contact_links:
6-
- name: "(maintainers only) Blank issue"
7-
url: https://github.com/pypa/pip/issues/new
8-
about: For maintainers only.
4+
blank_issues_enabled: true
5+
# contact_links:
6+
# - name: "(maintainers only) Blank issue"
7+
# url: https://github.com/pypa/pip/issues/new
8+
# about: For maintainers only.

0 commit comments

Comments
 (0)