Skip to content

Commit 03030a4

Browse files
committed
Add modern YAML issue template for structured bug reports
1 parent cf822b5 commit 03030a4

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
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!

0 commit comments

Comments
 (0)