diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..d129a19a3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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.