Fix the issue templates
This commit is contained in:
parent
d9db768180
commit
64b0478993
3 changed files with 4 additions and 6 deletions
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -1,5 +1,3 @@
|
|||
<!-- Please make sure a similar issue does not already exist! -->
|
||||
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
|
@ -9,6 +7,8 @@ assignees: ''
|
|||
|
||||
---
|
||||
|
||||
Please make sure there is not already a similar bug report!
|
||||
|
||||
**Describe the bug**
|
||||
<!-- A clear and concise description of what the bug is. -->
|
||||
|
||||
|
|
4
.github/ISSUE_TEMPLATE/feature_request.md
vendored
4
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
@ -1,5 +1,3 @@
|
|||
<!-- Please make sure a similar feature request does not already exist! -->
|
||||
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
|
@ -9,6 +7,8 @@ assignees: ''
|
|||
|
||||
---
|
||||
|
||||
Please make sure there is not already a similar issue!
|
||||
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
|
||||
|
||||
|
|
2
.github/ISSUE_TEMPLATE/other.md
vendored
2
.github/ISSUE_TEMPLATE/other.md
vendored
|
@ -1,5 +1,3 @@
|
|||
<!-- Please make sure a similar issue does not already exist! -->
|
||||
|
||||
---
|
||||
name: Other
|
||||
about: For issues that are neither bugs or feature requests
|
||||
|
|
Loading…
Reference in a new issue