From 267ca02db28e66987cd1e4465a4e94310500cd89 Mon Sep 17 00:00:00 2001 From: stuartmorgan Date: Wed, 10 Jan 2024 09:35:21 -0800 Subject: [PATCH] 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. --- .github/ISSUE_TEMPLATE/9_first_party_packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/9_first_party_packages.yml b/.github/ISSUE_TEMPLATE/9_first_party_packages.yml index 9f638ffce6e..71eebc4879a 100644 --- a/.github/ISSUE_TEMPLATE/9_first_party_packages.yml +++ b/.github/ISSUE_TEMPLATE/9_first_party_packages.yml @@ -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: | -
pubspec.lock +
pubspec.lock ```lock [Paste file content here]