@@ -3,84 +3,84 @@ description: File a bug report
33title : " [BUG]: "
44labels : ["bug"]
55body :
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
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 :
1635 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
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
5656
57- integrations:
58- flutter_svg: true
57+ integrations:
58+ flutter_svg: true
5959
60- assets:
61- enabled: true
62- outputs:
63- class_name: MyAssets
60+ assets:
61+ enabled: true
62+ outputs:
63+ class_name: MyAssets
6464
65- fonts:
66- enabled: true
67- outputs:
68- class_name: MyFonts
65+ fonts:
66+ enabled: true
67+ outputs:
68+ class_name: MyFonts
6969
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
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