Adding bug-report YAML template (#1014)
**This is a github repo change only and does not affect the application.** Github has launched a public beta of their new template format using YAML syntax. As per the [documentation](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#creating-issue-templates) I have tried to convert the existing bug-report template to this new format. I have also added a config.yml as per the documentation, which allows us the option to turn off blank issues.
This commit is contained in:
parent
23191118f2
commit
f227beac2b
2 changed files with 104 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue