Skip to content

Commit

Permalink
Collapse verbose output by default in bug template
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaloriestra committed Nov 28, 2024
1 parent 82b872f commit e736a23
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,15 @@ body:
attributes:
label: Verbose output
description: If you're using npm rerun the command with `-- --verbose` or if you're using yarn or pnpm rerun the command with `--verbose`
render: shell
value: |-
<details>
<summary>Verbose output</summary>
```
Paste the output here!
```
</details>
validations:
required: true
- type: textarea
Expand Down

0 comments on commit e736a23

Please sign in to comment.