Skip to content

Commit

Permalink
Add labels to issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed Oct 2, 2024
1 parent 857fe79 commit 3b03eb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: 🐛 Bug report
about: Create a report to help us improve
title: '[BUG]'
labels: 'bug, untriaged'
labels: ["type/bug", "level/task"]
assignees: ''
---

Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: 🎆 Feature request
about: Request a feature in this project
title: '[FEATURE]'
labels: 'enhancement, untriaged'
title: ''
labels: ["type/enhancement", "level/task"]
assignees: ''
---
**Is your feature request related to a problem?**
Expand Down

0 comments on commit 3b03eb3

Please sign in to comment.