cli/.github/ISSUE_TEMPLATE/bug_report.md
Andy Feller 85387fdc67
Update .github/ISSUE_TEMPLATE/bug_report.md
Co-authored-by: RĂ³bert Papp <papp.robert.s@gmail.com>
2024-06-25 10:35:31 -04:00

28 lines
666 B
Markdown

---
name: "\U0001F41B Bug report"
about: Report a bug or unexpected behavior while using GitHub CLI
title: ''
labels: bug
assignees: ''
---
### Describe the bug
A clear and concise description of what the bug is. Include version by typing `gh --version`.
### 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. -->