Skip to content

Commit

Permalink
feat(github): auto-assign proper labels to new issues (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfertel authored Mar 29, 2024
1 parent 1c4b23b commit a5d084a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 🐞 Bug report
description: Create a report to help us improve
title: "🐞 [Bug]: "
labels: ["bug"]
title: "[Bug]: "
labels: ["type: bug", "needs triage"]
body:
- type: markdown
attributes:
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 🎁 Feature Request
description: Suggest an idea for this project ⚡️
title: "🎁 [Feature Request]: "
labels: ["enhancement"]
title: "[Feature]: "
labels: ["type: feature", "needs triage"]
body:
- type: markdown
attributes:
Expand Down

0 comments on commit a5d084a

Please sign in to comment.