Skip to content

Commit 873c452

Browse files
authored
Merge pull request #10418 from tetrapod00/no-label
Remove default labels from issue templates
2 parents 1d1c4cd + b3baf82 commit 873c452

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+1-1
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

+1-1
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)