You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments