fix: missing frontmatter in issue templates
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
parent
ef7e9e5c99
commit
1e14a33553
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -1,3 +1,7 @@
|
||||
---
|
||||
name: 🐛 Bug report
|
||||
about: Create a report to help us improve our platform
|
||||
---
|
||||
<!--
|
||||
Thank you for sending a bug report! Here some tips:
|
||||
|
||||
|
4
.github/ISSUE_TEMPLATE/feature_request.md
vendored
4
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -1,3 +1,7 @@
|
||||
---
|
||||
name: 🚀 Feature request
|
||||
about: Suggest an idea for this project
|
||||
---
|
||||
<!--
|
||||
Thank you for sending a feature request!
|
||||
Please describe in detail what do you want and why by filling the template below.
|
||||
|
Reference in New Issue
Block a user