File tree 5 files changed +54
-48
lines changed
5 files changed +54
-48
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : " Bug report"
2
+ labels : ["bug"]
3
+ description : " Create a report to help us improve"
4
+
5
+ body :
6
+ - id : description
7
+ type : textarea
8
+ attributes :
9
+ label : " Describe the bug"
10
+ description : " A clear and concise description of what the bug is."
11
+ placeholder : " Description"
12
+ validations :
13
+ required : true
14
+ - id : reproduce-steps
15
+ type : textarea
16
+ attributes :
17
+ label : " Steps to reproduce"
18
+ description : " Steps to reproduce the behavior:"
19
+ placeholder : >
20
+ 1. Go to '...'
21
+ 2. Click on '....'
22
+ 3. Scroll down to '....'
23
+ 4. See error
24
+ validations :
25
+ required : true
26
+ - id : expected-behavior
27
+ type : textarea
28
+ attributes :
29
+ label : " Expected behavior"
30
+ description : " A clear and concise description of what you expected to happen."
31
+ placeholder : " Expected behavior"
32
+ validations :
33
+ required : false
34
+ - id : additional-context
35
+ types : textarea
36
+ attributes :
37
+ label : " Additional context"
38
+ description : " Add any other context about the problem here."
39
+ placeholder : " Additional context"
40
+ validations :
41
+ required : false
42
+ - id : terms
43
+ type : checkboxes
44
+ attributes :
45
+ label : Code of Conduct
46
+ description : By submitting this issue, you agree to follow our [Code of Conduct](CODE_OF_CONDUCT.md).
47
+ options :
48
+ - label : I agree to follow this project's Code of Conduct
49
+ required : true
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ # Contributing Guideline
2
+
3
+ TODO: Complete stub file
Original file line number Diff line number Diff line change 7
7
| latest | :white_check_mark : |
8
8
9
9
## Reporting a Vulnerability
10
+
11
+ TODO: Complete stub file
You can’t perform that action at this time.
0 commit comments