You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/BUG.yml
+52-5Lines changed: 52 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,15 @@ labels: [bug]
5
5
assignees:
6
6
- taylorjdawson
7
7
- aaronbarnardsound
8
+
- Adamj1232
9
+
- mahmud-bn
8
10
body:
9
11
- type: markdown
10
12
attributes:
11
13
value: |
12
-
Thanks for taking the time to fill out this bug report!
14
+
Thanks for taking the time to fill out this bug report! Note that the more detailed the report the faster we can get the issue fixed.
15
+
When possible, please provide a [Minimal, Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example) this will
16
+
reduce the time it takes us to fix the issue.
13
17
- type: textarea
14
18
attributes:
15
19
label: Current Behavior
@@ -25,26 +29,61 @@ body:
25
29
- type: textarea
26
30
attributes:
27
31
label: Steps To Reproduce
28
-
description: Steps to reproduce the behavior.
32
+
description: Steps to reproduce the behavior. Link or paste your [Minimal, Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example) here.
29
33
placeholder: |
30
34
1. In this environment...
31
35
2. With this config...
32
36
3. Run '...'
33
37
4. See error...
34
38
validations:
35
39
required: false
40
+
- type: dropdown
41
+
attributes:
42
+
label: What package is effected by this issue?
43
+
options:
44
+
- @web3-onboard/core
45
+
- @web3-onboard/common
46
+
- @web3-onboard/coinbase
47
+
- @web3-onboard/decent
48
+
- @web3-onboard/formatic
49
+
- @web3-onboard/gnosis
50
+
- @web3-onboard/injected
51
+
- @web3-onboard/keepkey
52
+
- @web3-onboard/keystone
53
+
- @web3-onboard/ledger
54
+
- @web3-onboard/magic
55
+
- @web3-onboard/mew
56
+
- @web3-onboard/portis
57
+
- @web3-onboard/react
58
+
- @web3-onboard/torus
59
+
- @web3-onboard/trezor
60
+
- @web3-onboard/vue
61
+
- @web3-onboard/walletconnect
62
+
- @web3-onboard/walletlink
63
+
- @web3-onboard/web3auth
64
+
- bnc-onboard (v1)
65
+
validations:
66
+
required: true
67
+
- type: dropdown
68
+
attributes:
69
+
label: Is this a build or a runtime issue?
70
+
multiple: true
71
+
options:
72
+
- Build
73
+
- Runtime
74
+
- N/A
75
+
validations:
76
+
required: true
36
77
- type: input
37
78
attributes:
38
-
label: Onboard Version
79
+
label: Package Version
39
80
description: What version of Onboard are you using?
40
81
validations:
41
82
required: true
42
83
- type: input
43
84
attributes:
44
85
label: Node Version
45
86
description: What version of NodeJS are you running?
46
-
validations:
47
-
required: true
48
87
- type: dropdown
49
88
id: browsers
50
89
attributes:
@@ -70,3 +109,11 @@ body:
70
109
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
71
110
validations:
72
111
required: false
112
+
- type: checkboxes
113
+
id: terms
114
+
attributes:
115
+
label: Sanity Check
116
+
description: Sanity check to ensure that issue has been properly filled out to reduce friction for all involved parties.
117
+
options:
118
+
- label: If this is a build issue, I have included my build config. If this is a runtime issues, I have included reproduction steps and/or a [Minimal, Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example).
0 commit comments