Skip to content

Commit

Permalink
fix: issue template labels
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanshatford committed Apr 13, 2024
1 parent 4e7ad29 commit 17539bc
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/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Bug report
description: Report an issue with the project.

labels:
- bug
- bug 🔥

body:
- type: markdown
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Feature Request
description: Suggest a new feature for the project.

labels:
- feature
- feature 🚀

body:
- type: markdown
Expand Down

0 comments on commit 17539bc

Please sign in to comment.