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:
Robbie Davis 2022-01-31 11:36:13 -05:00 committed by GitHub
parent 23191118f2
commit f227beac2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 104 additions and 0 deletions

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

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