Skip to content

Commit

Permalink
Fix Markdown in bug report template
Browse files Browse the repository at this point in the history
  • Loading branch information
whiteinge committed Nov 25, 2018
1 parent f353612 commit 32911f6
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,29 @@ about: Report a bug
---

**Describe the bug**
A clear and concise description of what the bug is and what the expected behavior is.

A clear and concise description of what the bug is and what the expected
behavior is.

**Include logs**
- Run `ok.sh` with the `-vvv` flag to look for any potential problems in the HTTP response from GitHub. Feel free to attach that output but remember to remove the `Authorization` header first!

- Run `ok.sh` with the `-vvv` flag to look for any potential problems in the
HTTP response from GitHub. Feel free to attach that output but remember to
remove the `Authorization` header first!
- Run `ok.sh -x [...command here...] 2> ok-shdebug.log` and attach that file.

**Environment (please complete the following information)**

- `ok.sh` release.
- curl version.
- jq version.
- What operating system and version.
- What shell.

If you are unsure, download [whatshell.sh](https://www.in-ulm.de/~mascheck/various/whatshell/] and run `/usr/bin/env sh /path/to/whatshell.sh`.
If you are unsure, download
[whatshell.sh](https://www.in-ulm.de/~mascheck/various/whatshell/) and run
`/usr/bin/env sh /path/to/whatshell.sh`.

**Additional context**

Add any other context about the problem here.

0 comments on commit 32911f6

Please sign in to comment.