Skip to content

Commit

Permalink
Tidy up issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Jul 13, 2021
1 parent 4da300a commit bb0d23e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/01_support_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ Describe what you have tried so far.
* [ ] I have searched [chezmoi's reference guide](https://github.com/twpayne/chezmoi/blob/master/docs/REFERENCE.md), and not found the answer.
* [ ] Other, please give details.

## Output of any commands you've tried with `--verbose`
## Output of any commands you've tried with `--verbose` flag

```
$ chezmoi command --verbose
```console
$ chezmoi --verbose <your-command>
```

## Output of `chezmoi doctor`

```
```console
$ chezmoi doctor
```

Expand Down
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/03_bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ Steps to reproduce the behavior.

A clear and concise description of what you expected to happen.

## Output of command with `--verbose`
## Output of command with the `--verbose` flag

```
$ chezmoi command --verbose
```console
$ chezmoi --verbose <your-command>
```

## Output of `chezmoi doctor`

```
```console
$ chezmoi doctor
```

Expand Down

0 comments on commit bb0d23e

Please sign in to comment.