Disable empty issue report template and add other template to replace it (#3514)
Requested and reviewed by @aeikum.
This commit is contained in:
parent
5d3d462f59
commit
9d6038851d
2 changed files with 10 additions and 0 deletions
1
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
1
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
blank_issues_enabled: false
|
9
.github/ISSUE_TEMPLATE/other.md
vendored
Normal file
9
.github/ISSUE_TEMPLATE/other.md
vendored
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
name: Other
|
||||||
|
about: No other issue template makes sense
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Please always mention the Proton version and the titles of any games you are seeing an issue with.
|
||||||
|
-->
|
Loading…
Reference in a new issue