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>
32 lines
699 B
Markdown
32 lines
699 B
Markdown
---
|
|
name: "\U0001F41B Bug report"
|
|
about: Report a bug or unexpected behavior while using GitHub CLI
|
|
title: ''
|
|
labels: ''
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
### Describe the bug
|
|
|
|
A clear and concise description of what the bug is.
|
|
|
|
### Affected version
|
|
|
|
Please run `gh version` and paste the output below.
|
|
|
|
### Steps to reproduce the behavior
|
|
|
|
1. Type this '...'
|
|
2. View the output '....'
|
|
3. See error
|
|
|
|
### Expected vs actual behavior
|
|
|
|
A clear and concise description of what you expected to happen and what actually happened.
|
|
|
|
### Logs
|
|
|
|
Paste the activity from your command line. Redact if needed.
|
|
|
|
<!-- Note: Set `GH_DEBUG=true` for verbose logs or `GH_DEBUG=api` for verbose logs with HTTP traffic details. -->
|