Skip to content

Commit

Permalink
Using correct label names in issue forms.
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
diemol committed Oct 18, 2021
1 parent 1ca3c06 commit 7dacdc7
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
@@ -1,7 +1,7 @@
name: πŸ› Bug Report
description: File a bug report
title: "[πŸ› Bug]: "
labels: [ bug, needs-triaging ]
labels: [ I-defect, needs-triaging ]
body:
- type: markdown
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_proposal.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: πŸš€ Feature Proposal
description: Propose a feature
title: "[πŸš€ Feature]: "
labels: [ feature, needs-triaging ]
labels: [ I-enhancement, needs-triaging ]
body:
- type: markdown
attributes:
Expand Down

0 comments on commit 7dacdc7

Please sign in to comment.