Skip to content

Commit

Permalink
Merge pull request #4941 from Shopify/improve-issue-template
Browse files Browse the repository at this point in the history
Collapse verbose output by default in bug template
  • Loading branch information
gonzaloriestra authored Nov 28, 2024
2 parents 93a0139 + e736a23 commit 7ad15fe
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 7ad15fe

Please sign in to comment.