Skip to content

Commit 704f6e1

Browse files
Issue templates: use issue types (#4121)
Co-authored-by: Aman Mahajan <amahajan@stratag.com>
1 parent 0f04bb6 commit 704f6e1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: Bug report
33
about: Create a bug report
44
title: ''
5+
type: Bug
56
labels: 'Status: Unconfirmed'
67
assignees: ''
78
---

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Feature request
33
about: Request a new feature or enhancement
44
title: ''
5-
labels: Feature Request
5+
type: Feature
66
assignees: ''
77
---
88

0 commit comments

Comments
 (0)