Skip to content

Commit 020c96b

Browse files
authored
Update issue templates (#5475)
* Update issue templates Switch Bug report template to use label 'Type: Bug' and adds 'Type: Feature Request' to feature request template. * format
1 parent 978a10f commit 020c96b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
name: ⚠️ Bug report
2+
name: "⚠️ Bug report"
33
about: Create a report to help us improve
44
title: ""
5-
labels: bug
5+
labels: "type: bug"
66
assignees: ""
77
---
88

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
name: 💡 Feature request
2+
name: "\U0001F4A1 Feature request"
33
about: Suggest an idea for this project
44
title: ""
5-
labels: feature request
5+
labels: "type: feature request"
66
assignees: ""
77
---
88

0 commit comments

Comments
 (0)