Skip to content

Commit a10c285

Browse files
Remove issue template automatic labels
1 parent 0498621 commit a10c285

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: Create a report to help us improve
4-
title: "[BUG]"
5-
labels: 'Type: Bug'
4+
title: ""
5+
labels: [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
---
22
name: Feature request
33
about: Suggest an idea for this project
4-
title: "[FEATURE]"
5-
labels: 'Type: Enhancement'
4+
title: ""
5+
labels: [enhancement]
66
assignees: ''
77

88
---

0 commit comments

Comments
 (0)