This repository was archived by the owner on Aug 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +72
-0
lines changed
Expand file tree Collapse file tree 3 files changed +72
-0
lines changed Original file line number Diff line number Diff line change 1+ ko_fi : antond
Original file line number Diff line number Diff line change 1+ name : Bug report
2+ description : Create a report to help us improve
3+ title : " Bug: "
4+ labels : bug
5+ assignees :
6+ - antond15
7+
8+ body :
9+ - type : markdown
10+ attributes :
11+ value : |
12+ Thanks for taking the time to fill out this bug report!
13+
14+ - type : input
15+ id : version
16+ attributes :
17+ label : Version
18+ description : What release version was this issue encountered on?
19+ validations :
20+ required : true
21+
22+ - type : textarea
23+ id : description
24+ attributes :
25+ label : Issue description
26+ description : A clear and concise description of what the issue is.
27+ validations :
28+ required : true
29+
30+ - type : textarea
31+ id : reproduction
32+ attributes :
33+ label : Steps to reproduce
34+ description : Steps to reproduce the issue.
35+ placeholder : |
36+ 1. In this environment...
37+ 2. With this config...
38+ 3. Go to '...'
39+ 4. Click on '...'
40+ 5. Scroll down to '...'
41+ 6. See error...
42+ validations :
43+ required : true
Original file line number Diff line number Diff line change 1+ name : Feature request
2+ description : Suggest an idea for this project.
3+ title : " Enhancement: "
4+ labels : enhancement
5+ assignees :
6+ - antond15
7+
8+ body :
9+ - type : markdown
10+ attributes :
11+ value : |
12+ Thanks for taking the time to fill out this feature request!
13+
14+ - type : textarea
15+ id : description
16+ attributes :
17+ label : Feature description
18+ description : A clear and concise description of what you want to be added.
19+ validations :
20+ required : true
21+
22+ - type : textarea
23+ id : reason
24+ attributes :
25+ label : Reason
26+ description : The reason of why you want this to be added.
27+ validations :
28+ required : true
You can’t perform that action at this time.
0 commit comments