Skip to content

Commit 8723e3b

Browse files
authored
Merge pull request cli#12972 from cli/remove-auto-labels-from-templates
Remove auto-labels from issue templates
2 parents 78b958f + d77b223 commit 8723e3b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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: "\U0001F41B Bug report"
33
about: Report a bug or unexpected behavior while using GitHub CLI
44
title: ''
5-
labels: bug
5+
labels: ''
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/submit-a-design-proposal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: "🎨 Submit a design proposal"
33
about: Submit a design to resolve an open issue that has both `needs-design` and `help-wanted` labels
44
title: ''
5-
labels: enhancement
5+
labels: ''
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/submit-a-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: "⭐ Submit a request"
33
about: Surface a feature or problem that you think should be solved
44
title: ''
5-
labels: enhancement
5+
labels: ''
66
assignees: ''
77

88
---

0 commit comments

Comments
 (0)