Disable the "Blank issue" alternative when using the GitHub "New issue"-button
With recent changed made to the GitHub issues-UI the "Blank issue" alternative is now showing up quite prominently, which can easily negate the point of our bug/feature templates and lead to incomplete issues being filed.
This commit is contained in:
parent
90a5c37cb0
commit
0b118efc26
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
blank_issues_enabled: true
|
blank_issues_enabled: false
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: Need help?
|
- name: Need help?
|
||||||
url: https://github.com/mozilla/pdf.js/discussions
|
url: https://github.com/mozilla/pdf.js/discussions
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user