This repository was archived by the owner on Aug 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +120
-71
lines changed
Expand file tree Collapse file tree 6 files changed +120
-71
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : Bug Report
2+ description : File a bug report
3+ title : " [Bug]: "
4+ labels : ["bug"]
5+ body :
6+ - type : markdown
7+ attributes :
8+ value : |
9+ Thanks for taking the time to fill out this bug report!
10+ - type : input
11+ id : contact
12+ attributes :
13+ label : Contact Details
14+ description : How can we get in touch with you if we need more info?
15+ placeholder :
ex. [email protected] 16+ validations :
17+ required : false
18+ - type : textarea
19+ id : what-happened
20+ attributes :
21+ label : What happened?
22+ description : Also tell us, what did you expect to happen?
23+ placeholder : Tell us what you see!
24+ value : " A bug happened!"
25+ validations :
26+ required : true
27+ - type : textarea
28+ id : repro-steps
29+ attributes :
30+ label : Steps to reproduce
31+ description : How can we reproduce the issue?
32+ placeholder : |
33+ 1. Go to '...'
34+ 2. Click on '....'
35+ 3. Scroll down to '....'
36+ 4. See error
37+ render : shell
38+ - type : textarea
39+ id : logs
40+ attributes :
41+ label : Relevant log output
42+ description : Please copy and paste any relevant log output.
43+ render : shell
44+ - type : textarea
45+ id : other-details
46+ attributes :
47+ label : Other details
48+ description : |
49+ Anything else you would like to add?
50+ (screenshots, links, etc.)
51+ - type : checkboxes
52+ id : terms
53+ attributes :
54+ label : Code of Conduct
55+ description : By submitting this issue, you agree to follow our [Code of Conduct](CODE_OF_CONDUCT.md)
56+ options :
57+ - label : I agree to follow this project's Code of Conduct
58+ required : true
Original file line number Diff line number Diff line change 1+ blank_issues_enabled : true
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : Feature Request
2+ description : Suggest an idea for this project
3+ title : " [FEATURE]: "
4+ labels : ["enhancement"]
5+ body :
6+ - type : markdown
7+ attributes :
8+ value : |
9+ Thanks for taking the time to fill out this feature request report!
10+ - type : input
11+ id : contact
12+ attributes :
13+ label : Contact Details
14+ description : How can we get in touch with you if we need more info?
15+ placeholder :
ex. [email protected] 16+ validations :
17+ required : false
18+ - type : textarea
19+ id : problem-related
20+ attributes :
21+ label : Is your feature request related to a problem?
22+ description : If so, please provide a clear and concise description of what the problem is.
23+ placeholder : What is the problem?
24+ value : " I have an problem when [...]"
25+ validations :
26+ required : false
27+ - type : textarea
28+ id : solution
29+ attributes :
30+ label : Describe the solution you'd like
31+ description : A clear and concise description of what you want to happen.
32+ placeholder : What do you want to happen?
33+ value : " I would like to see [...]"
34+ validations :
35+ required : true
36+ - type : textarea
37+ id : alternatives
38+ attributes :
39+ label : Describe alternatives you've considered
40+ description : A clear and concise description of any alternative solutions or features you've considered.
41+ placeholder : What have you considered?
42+ value : " I have considered [...]"
43+ validations :
44+ required : false
45+ - type : textarea
46+ id : additional-context
47+ attributes :
48+ label : Additional context
49+ description : Add any other context or screenshots about the feature request here.
50+ placeholder : Anything else?
51+ value : " Here's a screenshot of my idea [...]"
52+ validations :
53+ required : false
54+ - type : checkboxes
55+ id : terms
56+ attributes :
57+ label : Code of Conduct
58+ description : By submitting this issue, you agree to follow our [Code of Conduct](CODE_OF_CONDUCT.md)
59+ options :
60+ - label : I agree to follow this project's Code of Conduct
61+ required : true
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments