File tree Expand file tree Collapse file tree 2 files changed +91
-0
lines changed Expand file tree Collapse file tree 2 files changed +91
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : " 🐞 Bug Report"
2
+ description : Something isn't working as expected
3
+ title : " [Bug] "
4
+ labels : ["bug"]
5
+ body :
6
+ - type : textarea
7
+ id : what-happened
8
+ attributes :
9
+ label : What happened?
10
+ description : Tell us what broke or didn’t work.
11
+ placeholder : I called copyToClipboard but it threw an error...
12
+ validations :
13
+ required : true
14
+
15
+ - type : textarea
16
+ id : expected
17
+ attributes :
18
+ label : What did you expect to happen?
19
+ placeholder : I expected it to copy text to the clipboard.
20
+ validations :
21
+ required : true
22
+
23
+ - type : input
24
+ id : feature
25
+ attributes :
26
+ label : Which function/module?
27
+ placeholder : e.g. copyToClipboard, isOnline, testNetworkSpeed
28
+
29
+ - type : dropdown
30
+ id : browser
31
+ attributes :
32
+ label : Which browser?
33
+ options :
34
+ - Chrome
35
+ - Firefox
36
+ - Safari
37
+ - Edge
38
+ - Mobile Browser
39
+ - Other
40
+
41
+ - type : input
42
+ id : version
43
+ attributes :
44
+ label : webdev-power-kit version
45
+ placeholder : e.g. 1.4.2
Original file line number Diff line number Diff line change
1
+ name : " 💬 Question / Help"
2
+ description : Ask a question or request support
3
+ title : " [Question] "
4
+ labels : ["question"]
5
+ body :
6
+ - type : input
7
+ id : email
8
+ attributes :
9
+ label : Email
10
+ description : Enter Your Email for replay.
11
+ placeholder :
Enter Your email (e.g. [email protected] )
12
+ validations :
13
+ required : true
14
+
15
+ - type : input
16
+ id : name
17
+ attributes :
18
+ label : Name
19
+ description : Enter Your full name.
20
+ placeholder : Full name (e.g. Jhon Doh)
21
+ validations :
22
+ required : true
23
+
24
+ - type : textarea
25
+ id : question
26
+ attributes :
27
+ label : What’s your question?
28
+ description : Ask anything about using this package, setup, or usage.
29
+ placeholder : How do I detect when tab becomes visible again?
30
+ validations :
31
+ required : true
32
+
33
+ - type : checkboxes
34
+ id : tried
35
+ attributes :
36
+ label : What have you tried?
37
+ options :
38
+ - label : ✅ I’ve read the docs
39
+ - label : ✅ I searched issues
40
+ - label : ✅ I tried to debug myself
41
+
42
+ - type : input
43
+ id : module
44
+ attributes :
45
+ label : Related function (optional)
46
+ placeholder : e.g. tab-visibility / clipboard
You can’t perform that action at this time.
0 commit comments