From e736a23ebc70f3e6d6b0dbcf6711638325f611f3 Mon Sep 17 00:00:00 2001 From: Gonzalo Riestra Date: Thu, 28 Nov 2024 15:29:44 +0100 Subject: [PATCH] Collapse verbose output by default in bug template --- .github/ISSUE_TEMPLATE/bug-report.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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