The bug_report, submit-a-request, and submit-a-design-proposal issue templates currently auto-apply 'bug' and 'enhancement' labels. This causes issues to arrive pre-labeled with types that may not be accurate, making triage harder since the template-applied labels can't be trusted. Removing auto-labels ensures all type classification happens during triage, giving the team confidence that labeled issues have been reviewed. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
20 lines
434 B
Markdown
20 lines
434 B
Markdown
---
|
||
name: "⭐ Submit a request"
|
||
about: Surface a feature or problem that you think should be solved
|
||
title: ''
|
||
labels: ''
|
||
assignees: ''
|
||
|
||
---
|
||
|
||
### Describe the feature or problem you’d like to solve
|
||
|
||
A clear and concise description of what the feature or problem is.
|
||
|
||
### Proposed solution
|
||
|
||
How will it benefit CLI and its users?
|
||
|
||
### Additional context
|
||
|
||
Add any other context like screenshots or mockups are helpful, if applicable.
|