Skip to content

Commit 267ca02

Browse files
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.
1 parent ee4afd7 commit 267ca02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ISSUE_TEMPLATE/9_first_party_packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ body:
113113
Note: Please do not upload screenshots of text. Instead, use code blocks
114114
or the above mentioned ways to upload this.
115115
value: |
116-
<details open><summary>pubspec.lock</summary>
116+
<details><summary>pubspec.lock</summary>
117117
118118
```lock
119119
[Paste file content here]

0 commit comments

Comments
 (0)