Create bug_report.md
This commit is contained in:
parent
7bb2c38467
commit
d372467f5d
1 changed files with 39 additions and 0 deletions
39
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
39
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
---
|
||||
name: "\U0001F41B Bug report"
|
||||
about: Report a problem encountered while using GitHub CLI
|
||||
|
||||
---
|
||||
|
||||
### Describe the bug
|
||||
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
### Version & OS
|
||||
|
||||
Type `gh --version` to see the CLI version. Also include what operating system you are using.
|
||||
|
||||
### Steps to reproduce the behavior
|
||||
|
||||
1. Type this '...'
|
||||
2. View the output '....'
|
||||
3. See error
|
||||
|
||||
### Expected behavior
|
||||
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
### Actual behavior
|
||||
|
||||
A clear and concise description of what actually happened.
|
||||
|
||||
### Screenshots
|
||||
|
||||
Add screenshots to help explain the bug, if you feel comfortable with sharing it.
|
||||
|
||||
### Logs
|
||||
|
||||
Paste the activity from your command line, if you feel comfortable with sharing it.
|
||||
|
||||
### Additional context
|
||||
|
||||
Add any other context about the bug here.
|
||||
Loading…
Add table
Add a link
Reference in a new issue