Skip to content

Commit 7e9c43e

Browse files
authored
chore: Add 'type' field to issue templates (#10888)
* chore: Add 'type' field to issue templates Added a 'type' field to the bug report template. * Add type field to feature request template
1 parent 4cc6a86 commit 7e9c43e

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
@@ -4,6 +4,7 @@ about: Errors you encountered
44
title: ''
55
labels: ''
66
assignees: ''
7+
type: Bug
78

89
---
910

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ about: Suggest an idea for this project
44
title: ''
55
labels: ''
66
assignees: ''
7+
type: Feature
78

89
---
910

0 commit comments

Comments
 (0)