diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index f95e5f82325..be16e8cbfd7 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -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: |- +
+ Verbose output + + ``` + Paste the output here! + ``` + +
validations: required: true - type: textarea