Skip to content

Commit 88951a3

Browse files
authored
Add type to issue templates. (#25)
1 parent a51ec3b commit 88951a3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/ISSUE_TEMPLATE/🐛-bug-report.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: "\U0001F41B Bug report"
33
about: Create a report to help us improve
44
title: "[BUG]"
55
labels: ''
6+
type: 'bug'
67
assignees: ''
78

89
---

.github/ISSUE_TEMPLATE/💡-feature-request.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: "\U0001F4A1 Feature request"
33
about: Suggest an idea for this project
44
title: "[FEATURE]"
55
labels: ''
6+
type: 'feature'
67
assignees: ''
78

89
---

0 commit comments

Comments
 (0)