File tree Expand file tree Collapse file tree 6 files changed +97
-58
lines changed
Expand file tree Collapse file tree 6 files changed +97
-58
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : Report a Bug
2+ description : File a bug/issue
3+ title : " <title>"
4+ labels : ["Bug"]
5+ body :
6+ - type : textarea
7+ attributes :
8+ label : Current Behavior
9+ description : A clear and concise description of what the bug is..
10+ validations :
11+ required : true
12+ - type : textarea
13+ attributes :
14+ label : Expected Behavior
15+ description : A clear and concise description of what you expected to happen.
16+ validations :
17+ required : true
18+ - type : textarea
19+ attributes :
20+ label : Steps To Reproduce
21+ description : Steps to reproduce the behavior.
22+ placeholder : |
23+ 1. Go to '...'
24+ 1. Click on '...'
25+ 1. Scroll down to '...'
26+ 1. See error
27+ validations :
28+ required : true
29+ - type : textarea
30+ attributes :
31+ label : Screenshots
32+ description : |
33+ If appropriate, please share any screenshots of the bug.
34+ Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
35+ validations :
36+ required : false
37+ - type : textarea
38+ attributes :
39+ label : Environment
40+ description : |
41+ Please share the following information, if applicable. For example:
42+ - **OS**: Ubuntu 20.04
43+ - **Browser**: Firefox 133.0.3
44+ value : |
45+ - OS:
46+ - Browser:
47+ render : markdown
48+ validations :
49+ required : false
50+ - type : textarea
51+ attributes :
52+ label : Anything else?
53+ description : |
54+ Any additional context about the problem here.
55+ validations :
56+ required : false
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : Feature Request
2+ description : Suggest a new idea for this project
3+ title : " <title>"
4+ labels : ["enhancement"]
5+ body :
6+ - type : textarea
7+ attributes :
8+ label : Purpose
9+ description : What will this feature provide?
10+ validations :
11+ required : true
12+ - type : textarea
13+ attributes :
14+ label : Is your feature request related to a problem? Please describe.
15+ description : A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
16+ validations :
17+ required : false
18+ - type : textarea
19+ attributes :
20+ label : Proposed Solution
21+ description : If you have an idea on how to implement this feature, please share!
22+ validations :
23+ required : false
24+ - type : textarea
25+ attributes :
26+ label : Acceptance Criteria
27+ description : Please list the requirements the implementation of this feature needs to meet.
28+ placeholder : |
29+ - This feature should do [xyz]
30+ - This feature should do [abc]
31+ validations :
32+ required : true
33+ - type : textarea
34+ attributes :
35+ label : Additional Context
36+ description : |
37+ Add any other context or screenshots here.
38+ Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
Original file line number Diff line number Diff line change 11## What issue is this solving?
22
33<!-- replace ??? with the issue number. This will ensure the related issue is automatically closed when the PR is merged. -->
4+
45Closes #???
56
67### Description
8+
79<!-- Brief description of change -->
810
911<!-- Add any additional expected behavior here if it is not described in the linked issue. -->
Original file line number Diff line number Diff line change 1- # Logs
1+ git # Logs
22logs
33* .log
44npm-debug.log *
You can’t perform that action at this time.
0 commit comments