Skip to content

Commit e7679ee

Browse files
authored
chore: small fix to template snippet sharing (#12507)
1 parent 67dd9c7 commit e7679ee

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,13 @@ body:
120120
label: Flutter dependencies
121121
description: Seeing your dependencies can help us debug versioning issues.
122122
value: |
123-
```json
123+
<!--- Look below for instructions on how to share your Flutter Dependencies. --->
124+
125+
<details>
126+
<summary>Expand <code>Flutter dependencies</code> snippet</summary>
127+
<br>
128+
129+
```yaml
124130
125131
Replace this line with the contents of your `flutter pub deps -- --style=compact`.
126132

0 commit comments

Comments
 (0)