Skip to content

Commit 35a9cf2

Browse files
authored
🔧 Use type instead of labels (#27)
It's the native solution.
1 parent 5c8c9fb commit 35a9cf2

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

‎.github/ISSUE_TEMPLATE/bug_report.md‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
name: Bug report
33
about: Create a report to help us improve
44
title: ''
5-
labels: 'bug'
5+
labels: ''
6+
type: 'Bug'
67
assignees: ''
78

89
---

‎.github/ISSUE_TEMPLATE/feature_request.md‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
name: Feature request
33
about: Suggest an idea for this project
44
title: ''
5-
labels: 'enhancement'
5+
labels: ''
6+
type: 'Feature'
67
assignees: ''
78

89
---

0 commit comments

Comments
 (0)