Add missing header that connects the templates to the issue system (#2203)
* Rename BUG.md to BUG.yml * Update issue templates * Update issue templates * Rename BUG.yml to bug_report.md * Update issue templates * Update bug_report.md * Update bug_report.md * Update FEATURE.md * Update and rename bug_report.md to BUG.md * Update FEATURE.md
This commit is contained in:
parent
9673bc4408
commit
3e322955c0
|
@ -1,3 +1,12 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: If you experience a bug in the Emulator and its default plugins, please open an issue here and fill out the template.
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
### Expected behavior
|
||||
-
|
||||
-
|
||||
|
|
|
@ -1,3 +1,12 @@
|
|||
---
|
||||
name: Feature request
|
||||
about: Create a Feature request to suggest improvements and additions.
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
### Please inlcude [Feature request] at the beginning of the title
|
||||
|
||||
### Feature desired:
|
||||
|
|
Loading…
Reference in New Issue