Skip to content

Commit 7720e9d

Browse files
authored
Update bug_report.yml
1 parent ac2e952 commit 7720e9d

File tree

1 file changed

+80
-59
lines changed

1 file changed

+80
-59
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 80 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -3,63 +3,84 @@ description: File a bug report
33
title: "[BUG]: "
44
labels: ["bug"]
55
body:
6-
- type: markdown
7-
attributes:
8-
value: |
9-
Thanks for taking the time to fill out this bug report!
10-
- type: checkboxes
11-
attributes:
12-
label: Is there an existing issue for this?
13-
description: Please search to see if an issue already exists for the bug you encountered.
14-
options:
15-
label: I have searched the existing issues
16-
required: true
17-
- type: input
18-
id: version
19-
attributes:
20-
label: Version
21-
description: What version of our software are you running? ($ fluttergen -v)
22-
placeholder: ex. 5.0.0
23-
validations:
24-
required: false
25-
- type: dropdown
26-
id: command-type
27-
attributes:
28-
label: Command type
29-
description: What version of our software are you running?
30-
options:
31-
- build_runner (Default)
32-
- Dart command
33-
- Homebrew
34-
validations:
35-
required: true
36-
- type: textarea
37-
id: what-happened
38-
attributes:
39-
label: What happened?
40-
description: Also tell us, what did you expect to happen?
41-
placeholder: Tell us what you see!
42-
value: "A bug happened!"
43-
validations:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to fill out this bug report!
10+
- type: checkboxes
11+
attributes:
12+
label: Is there an existing issue for this?
13+
description: Please search to see if an issue already exists for the bug you encountered.
14+
options:
15+
label: I have searched the existing issues
4416
required: true
45-
- type: textarea
46-
id: pubspec
47-
attributes:
48-
label: Relevant a pubspec.yaml.
49-
description: Please copy and pates your pubspec.yaml.
50-
placeholder: ex. $ cat pubspec.yaml | pbcopy
51-
render: yaml
52-
- type: textarea
53-
id: logs
54-
attributes:
55-
label: Relevant log output
56-
description: Please copy and paste any relevant log output, if any.
57-
render: shell
58-
- type: checkboxes
59-
id: terms
60-
attributes:
61-
label: Code of Conduct
62-
description: By submitting this issue, you agree to follow our [Code of Conduct](CODE_OF_CONDUCT.md)
63-
options:
64-
- label: I agree to follow this project's Code of Conduct
65-
required: true
17+
- type: input
18+
id: version
19+
attributes:
20+
label: Version
21+
description: What version of our software are you running? ($ fluttergen -v)
22+
placeholder: ex. 5.0.0
23+
validations:
24+
required: false
25+
- type: dropdown
26+
id: command-type
27+
attributes:
28+
label: Command type
29+
description: What version of our software are you running?
30+
options:
31+
- build_runner (Default)
32+
- Dart command
33+
- Homebrew
34+
validations:
35+
required: true
36+
- type: textarea
37+
id: what-happened
38+
attributes:
39+
label: What happened?
40+
description: Also tell us, what did you expect to happen?
41+
placeholder: Tell us what you see!
42+
value: "A bug happened!"
43+
validations:
44+
required: true
45+
- type: textarea
46+
id: pubspec
47+
attributes:
48+
label: Relevant a pubspec.yaml.
49+
description: Please copy and pates your pubspec.yaml.
50+
placeholder:
51+
ex. $ cat pubspec.yaml | pbcopy
52+
value: |
53+
flutter_gen:
54+
output: lib/gen/
55+
line_length: 80
56+
57+
integrations:
58+
flutter_svg: true
59+
60+
assets:
61+
enabled: true
62+
outputs:
63+
class_name: MyAssets
64+
65+
fonts:
66+
enabled: true
67+
outputs:
68+
class_name: MyFonts
69+
70+
flutter:
71+
assets: []
72+
render: yaml
73+
- type: textarea
74+
id: logs
75+
attributes:
76+
label: Relevant log output
77+
description: Please copy and paste any relevant log output, if any.
78+
render: shell
79+
- type: checkboxes
80+
id: terms
81+
attributes:
82+
label: Code of Conduct
83+
description: By submitting this issue, you agree to follow our [Code of Conduct](CODE_OF_CONDUCT.md)
84+
options:
85+
- label: I agree to follow this project's Code of Conduct
86+
required: true

0 commit comments

Comments
 (0)