Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit d8a0cd6

Browse files
committed
Fix issue templates
1 parent e186dcd commit d8a0cd6

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
---------------
2-
name: Bug
3-
about: If something is not working properly
4-
labels: bug
5-
---------------
1+
---
2+
name: 'Bug'
3+
about: 'If something is not working properly'
4+
labels: 'bug'
5+
6+
---
7+
68
<!-- If you don't need any of these sections, just remove them...-->
79

810
### Description

.github/ISSUE_TEMPLATE/enhancement.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
---------------
2-
name: Enhancement
3-
about: If you have an idea for a new feature or want something to be improved
4-
labels: enhancement
5-
---------------
1+
---
2+
name: 'Enhancement'
3+
about: 'If you have an idea for a new feature or want something to be improved'
4+
labels: 'enhancement'
5+
6+
---
7+
68
<!-- If you don't need any of these sections, just remove them...-->
79

810
### Description

0 commit comments

Comments
 (0)