Skip to content

Commit

Permalink
fix: parse issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
josxha committed Feb 19, 2024
1 parent 4595869 commit 0a48d9e
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/1-bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: "[BUG] <title>"
labels: [ "bug" ]
body:
- type: dropdown
id: severity
id: package
attributes:
label: Package
description: For what is your bug report?
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/2-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: "[FEATURE] <title>"
labels: [ "feature" ]
body:
- type: dropdown
id: scope
id: package
attributes:
label: Package
description: For what is your feature request?
Expand Down

0 comments on commit 0a48d9e

Please sign in to comment.