Create bug_report.md

This commit is contained in:
Tiernan L 2019-11-18 14:31:00 -10:00 committed by GitHub
parent 7bb2c38467
commit d372467f5d

39
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View 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.