Collapse pubspec.lock by default (#141282)

We recently added `open` to this as part of changing all the templates, but the lock file is often quite large, and is often ancillary to the important issues details (unlike cases like code or screenshots), so it's better to leave this one collapsed by default.
This commit is contained in:
stuartmorgan 2024-01-10 09:35:21 -08:00 committed by GitHub
parent ee4afd7179
commit 267ca02db2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,7 +113,7 @@ body:
Note: Please do not upload screenshots of text. Instead, use code blocks
or the above mentioned ways to upload this.
value: |
<details open><summary>pubspec.lock</summary>
<details><summary>pubspec.lock</summary>
```lock
[Paste file content here]