Skip to content

Commit 7dd0f8c

Browse files
committed
🩹 Made some simple fixes to the issue templates
1 parent 5dd1eea commit 7dd0f8c

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
---
22
name: Bug Report
33
about: Report a bug in the project
4-
title: "[BUG]"
5-
labels: "needs reproduction"
4+
title: "🐛"
5+
labels: "repro:required"
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
---
22
name: Feature Request
33
about: Suggest an idea for the project
4-
title: "[FEATURE]"
5-
labels: "enhancement"
4+
title: ""
5+
labels: "type:enhancement"
66
assignees: ""
77
---
88

0 commit comments

Comments
 (0)