Skip to content

Commit

Permalink
Fix Lables in issue templates (#23)
Browse files Browse the repository at this point in the history
* Fix Lables in issue templates

* Update featureRequest.yml
  • Loading branch information
Hutch79 authored Aug 14, 2024
1 parent b062c70 commit 9c3ff50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bugTemplate.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 🐛 Bug Report
description: Create a Bug report to help us improve.
labels: bug
labels: Bug
body:
- type: checkboxes
id: terms
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/featureRequest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Feature Request
description: Suggest an idea for this project.
labels: feature
labels: Feature
body:
- type: checkboxes
id: terms
Expand Down

0 comments on commit 9c3ff50

Please sign in to comment.