File tree Expand file tree Collapse file tree 1 file changed +60
-0
lines changed
Expand file tree Collapse file tree 1 file changed +60
-0
lines changed Original file line number Diff line number Diff line change 1+ name : " Bug Report"
2+ description : " Create a detailed report to help us improve WalletConnect"
3+ labels : ["bug", "needs-triage"]
4+ body :
5+ - type : markdown
6+ attributes :
7+ value : |
8+ Thanks for taking the time to fill out this bug report! Please make sure your issue hasn’t been reported already.
9+ - type : input
10+ id : title
11+ attributes :
12+ label : " Short summary"
13+ description : " Briefly describe the issue"
14+ placeholder : " Connection timeout when initializing session"
15+ validations :
16+ required : true
17+ - type : textarea
18+ id : what-happened
19+ attributes :
20+ label : " What happened?"
21+ description : " Describe what went wrong and what you expected to happen."
22+ placeholder : " Describe the bug..."
23+ validations :
24+ required : true
25+ - type : textarea
26+ id : steps
27+ attributes :
28+ label : " Steps to reproduce"
29+ description : " List steps to reproduce the problem"
30+ placeholder : |
31+ 1. Run ...
32+ 2. Connect wallet ...
33+ 3. Observe error ...
34+ validations :
35+ required : true
36+ - type : input
37+ id : version
38+ attributes :
39+ label : " Package / Version"
40+ description : " Which WalletConnect package and version are you using?"
41+ placeholder : " @walletconnect/client v2.9.0"
42+ - type : dropdown
43+ id : platform
44+ attributes :
45+ label : " Environment"
46+ description : " Select where you encountered the issue"
47+ options :
48+ - Web
49+ - Node.js
50+ - React Native
51+ - Other
52+ - type : textarea
53+ id : logs
54+ attributes :
55+ label : " Logs or screenshots"
56+ description : " Paste any relevant logs, error messages, or screenshots"
57+ - type : markdown
58+ attributes :
59+ value : |
60+ Thanks for helping us improve WalletConnect!
You can’t perform that action at this time.
0 commit comments