Skip to content

Commit

Permalink
Fix issue form template syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
sheabunge committed Nov 29, 2024
1 parent 094b277 commit e9729e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Bug report
about: Create a report to help us improve
title: ''
description: Create a report to help us improve
labels: [ 'bug' ]
assignees: ''
body:
- type: textarea
attributes:
Expand Down
6 changes: 2 additions & 4 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ['enhancement', 'suggestion']
assignees: ''
description: Suggest an idea for this project
labels: [ 'enhancement', 'suggestion' ]
body:
- type: textarea
attributes:
Expand Down

0 comments on commit e9729e9

Please sign in to comment.