We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0207e4 commit 64a1e44Copy full SHA for 64a1e44
.github/ISSUE_TEMPLATE/bug_template.md
@@ -2,7 +2,7 @@
2
name: 🐛 Bug report
3
about: Create a report to help us improve
4
title: "[BUG]"
5
-labels: 'bug, untriaged'
+labels: ["type/bug", "level/task"]
6
assignees: ''
7
---
8
.github/ISSUE_TEMPLATE/feature_request.md
name: 🎆 Feature request
about: Suggest an idea for this project
title: ''
-labels: 'enhancement, untriaged'
+labels: ["type/enhancement", "level/task"]
0 commit comments