Skip to content

Commit 0139cae

Browse files
authored
github: disable blank issues without an issue template (#814)
- apparently there's a button you can press to skip using an issue template, which means some issues come in that can be low quality, confusing what the request is, don't list versions, etc - so disable this button and require a template, which will also make the writer think about whether their issue is a feature or bug - (if neither, perhaps StackOverflow, Discussions, etc is a better option than filing an issue) - follows the official docs from https://docs.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser, which instructs to set blank_issues_enabled to false to disable the button / option
1 parent 9fea19d commit 0139cae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

0 commit comments

Comments
 (0)