Skip to content

Commit e9729e9

Browse files
committed
Fix issue form template syntax.
1 parent 094b277 commit e9729e9

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Bug report
2-
about: Create a report to help us improve
3-
title: ''
2+
description: Create a report to help us improve
43
labels: [ 'bug' ]
5-
assignees: ''
64
body:
75
- type: textarea
86
attributes:

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Feature request
2-
about: Suggest an idea for this project
3-
title: ''
4-
labels: ['enhancement', 'suggestion']
5-
assignees: ''
2+
description: Suggest an idea for this project
3+
labels: [ 'enhancement', 'suggestion' ]
64
body:
75
- type: textarea
86
attributes:

0 commit comments

Comments
 (0)