Merge pull request #12972 from cli/remove-auto-labels-from-templates
Remove auto-labels from issue templates
This commit is contained in:
commit
8723e3bb52
3 changed files with 3 additions and 3 deletions
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
|
@ -2,7 +2,7 @@
|
|||
name: "\U0001F41B Bug report"
|
||||
about: Report a bug or unexpected behavior while using GitHub CLI
|
||||
title: ''
|
||||
labels: bug
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
name: "🎨 Submit a design proposal"
|
||||
about: Submit a design to resolve an open issue that has both `needs-design` and `help-wanted` labels
|
||||
title: ''
|
||||
labels: enhancement
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
|
|
|||
2
.github/ISSUE_TEMPLATE/submit-a-request.md
vendored
2
.github/ISSUE_TEMPLATE/submit-a-request.md
vendored
|
|
@ -2,7 +2,7 @@
|
|||
name: "⭐ Submit a request"
|
||||
about: Surface a feature or problem that you think should be solved
|
||||
title: ''
|
||||
labels: enhancement
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue