Skip to content

Commit c79ac6e

Browse files
authored
Update bug_report.yml
1 parent 7cb2eec commit c79ac6e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ body:
4747
attributes:
4848
label: Relevant a pubspec.yaml.
4949
description: Please copy and pates your pubspec.yaml.
50-
placeholder:
51-
ex. $ cat pubspec.yaml | pbcopy
52-
value: |
50+
placeholder: |
51+
name: app
52+
5353
flutter_gen:
5454
output: lib/gen/
5555
line_length: 80
@@ -68,7 +68,8 @@ body:
6868
class_name: MyFonts
6969
7070
flutter:
71-
assets: []
71+
assets:
72+
- assets/images
7273
render: yaml
7374
- type: textarea
7475
id: logs

0 commit comments

Comments
 (0)