File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : Bug report
2- description : File a bug report .
3- labels : ["bug ", "triage"]
1+ name : Report an issue with the google_fonts package
2+ description : Create a bug or file a feature request with the google_fonts package .
3+ labels : ["p: google_fonts ", "triage"]
44body :
5- - type : dropdown
6- id : package
7- attributes :
8- label : Package
9- description : Which package does this concern?
10- options :
11- - All packages
12- - google_fonts
13- - dynamic_color
14- validations :
15- required : true
165 - type : checkboxes
176 id : is-duplicate
187 attributes :
Original file line number Diff line number Diff line change 1+ name : Report an issue with the dynamic_color package
2+ description : Create a bug or file a feature request with the dynamic_color package.
3+ labels : ["p: dynamic_color", "triage"]
4+ body :
5+ - type : checkboxes
6+ id : is-duplicate
7+ attributes :
8+ label : Existing issue?
9+ options :
10+ - label : I checked the [existing issues](https://github.com/material-foundation/flutter-packages/issues)
11+ required : true
12+ - type : textarea
13+ id : what-happened
14+ attributes :
15+ label : What happened?
16+ description : What did you expect to happen? What actually happened? How can we reproduce the issue?
17+ value : |
18+ ## Expected vs actual result:
19+
20+
21+ ## Steps to reproduce:
22+ 1.
23+ 1.
24+ 1.
25+
26+ validations :
27+ required : true
28+ - type : textarea
29+ id : logs
30+ attributes :
31+ label : Relevant log output
32+ description : Please copy and paste output of `flutter doctor -v` and other relevant logs.
33+ render : shell
Original file line number Diff line number Diff line change 1+ name : Report a general issue
2+ description : Report a bug or file a feature request.
3+ labels : ["triage"]
4+ body :
5+ - type : checkboxes
6+ id : is-duplicate
7+ attributes :
8+ label : Existing issue?
9+ options :
10+ - label : I checked the [existing issues](https://github.com/material-foundation/flutter-packages/issues)
11+ required : true
12+ - type : textarea
13+ id : what-happened
14+ attributes :
15+ label : What happened?
16+ description : What did you expect to happen? What actually happened? How can we reproduce the issue?
17+ value : |
18+ ## Expected vs actual result:
19+
20+
21+ ## Steps to reproduce:
22+ 1.
23+ 1.
24+ 1.
25+
26+ validations :
27+ required : true
28+ - type : textarea
29+ id : logs
30+ attributes :
31+ label : Relevant log output
32+ description : Please copy and paste output of `flutter doctor -v` and other relevant logs.
33+ render : shell
You can’t perform that action at this time.
0 commit comments