Disable blank issue option in github issue chooser

People submitting bug reports should always fill out the issue template.

See https://docs.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2020-08-24 14:29:06 +02:00
parent 2cea7952c1
commit 5927da0034

1
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1 @@
blank_issues_enabled: false