Skip to content

Commit 7417b32

Browse files
authored
doc: remove labels from issue templates (#1280)
1 parent 23cf391 commit 7417b32

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Bug report
33
about: File a report to help us reproduce and fix the problem
44
title: ''
5-
labels: 'bug'
5+
labels: ''
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/documentation-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Documentation request
33
about: Request improved documentation
44
title: ''
5-
labels: 'doc update'
5+
labels: ''
66
assignees: ''
77

88
---

.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: Suggest an improvement for this library
44
title: ''
5-
labels: 'feature request'
5+
labels: ''
66
assignees: ''
77

88
---

0 commit comments

Comments
 (0)