Skip to content

Commit b3baf82

Browse files
committed
Remove default labels from issue templates
1 parent 19f5643 commit b3baf82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: Report incorrect or outdated documentation
44
title: ''
5-
labels: bug
5+
labels: ''
66
assignees: ''
77
---
88

.github/ISSUE_TEMPLATE/enhancement_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Enhancement request
33
about: Suggest new documentation or improving existing documentation
44
title: ''
5-
labels: enhancement
5+
labels: ''
66
assignees: ''
77
---
88

0 commit comments

Comments
 (0)