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 : Report a bug in jFairy
3+ labels : ["bug"]
4+ body :
5+ - type : input
6+ id : version
7+ attributes :
8+ label : jFairy version
9+ placeholder : " 0.8.0"
10+ validations :
11+ required : true
12+ - type : input
13+ id : java-version
14+ attributes :
15+ label : Java version
16+ placeholder : " 17"
17+ validations :
18+ required : true
19+ - type : textarea
20+ id : description
21+ attributes :
22+ label : Description
23+ description : What happened and what did you expect?
24+ validations :
25+ required : true
26+ - type : textarea
27+ id : reproduction
28+ attributes :
29+ label : How to reproduce
30+ description : Minimal code to reproduce the issue
31+ render : java
Original file line number Diff line number Diff line change 1+ name : Feature Request
2+ description : Suggest a new feature or improvement
3+ labels : ["enhancement"]
4+ body :
5+ - type : textarea
6+ id : description
7+ attributes :
8+ label : Description
9+ description : What would you like to see added or changed?
10+ validations :
11+ required : true
12+ - type : textarea
13+ id : use-case
14+ attributes :
15+ label : Use case
16+ description : Why do you need this? What problem does it solve?
Original file line number Diff line number Diff line change 1+ name : New Locale
2+ description : Request or offer support for a new language/country
3+ labels : ["locale"]
4+ body :
5+ - type : input
6+ id : locale
7+ attributes :
8+ label : Language / Country
9+ placeholder : " e.g. Turkish (TR)"
10+ validations :
11+ required : true
12+ - type : checkboxes
13+ id : willing
14+ attributes :
15+ label : Contribution
16+ options :
17+ - label : I'm willing to submit a PR for this locale
You can’t perform that action at this time.
0 commit comments