File tree 1 file changed +46
-0
lines changed
1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : " 🐛 Bug Report"
2
+ description : " If something isn't working as expected 🤔."
3
+ title : " [Bug]: "
4
+ body :
5
+ - type : markdown
6
+ attributes :
7
+ value : Thanks for taking the time to file a bug report! Please fill out this form as completely as possible.
8
+
9
+ - type : dropdown
10
+ attributes :
11
+ label : Which plugin are you reporting a bug for?
12
+ options :
13
+ - " obfuscator"
14
+ - " sojson"
15
+ - " sojsonv7"
16
+ - " visitor"
17
+ - " Other"
18
+ validations :
19
+ required : true
20
+
21
+ - type : textarea
22
+ attributes :
23
+ label : Version of Node
24
+ description : |
25
+ **Tip:** you can run `node -v` and paste the result below
26
+ placeholder : |
27
+ - Node: [e.g. v18.20.4]
28
+ validations :
29
+ required : true
30
+
31
+ - type : textarea
32
+ attributes :
33
+ label : Input code
34
+ description : |
35
+ You can write here the minimal input code necessary to reproduce the bug. Or share a link.
36
+ placeholder : |
37
+ ```js
38
+ var your => (code) => here;
39
+ ```
40
+ validations :
41
+ required : true
42
+
43
+ - type : textarea
44
+ attributes :
45
+ label : Additional context
46
+ description : " Add any other context about the problem here. Or a screenshot if applicable."
You can’t perform that action at this time.
0 commit comments