Skip to content

Commit 8ec94e0

Browse files
committed
Merge branch 'v2-web3-onboard-develop' of blocknative.github.com:blocknative/onboard into v2-web3-onboard-develop
2 parents 70e36f3 + f4dd1e7 commit 8ec94e0

File tree

1 file changed

+52
-5
lines changed

1 file changed

+52
-5
lines changed

.github/ISSUE_TEMPLATE/BUG.yml

Lines changed: 52 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@ labels: [bug]
55
assignees:
66
- taylorjdawson
77
- aaronbarnardsound
8+
- Adamj1232
9+
- mahmud-bn
810
body:
911
- type: markdown
1012
attributes:
1113
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.
1317
- type: textarea
1418
attributes:
1519
label: Current Behavior
@@ -25,26 +29,61 @@ body:
2529
- type: textarea
2630
attributes:
2731
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.
2933
placeholder: |
3034
1. In this environment...
3135
2. With this config...
3236
3. Run '...'
3337
4. See error...
3438
validations:
3539
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
3677
- type: input
3778
attributes:
38-
label: Onboard Version
79+
label: Package Version
3980
description: What version of Onboard are you using?
4081
validations:
4182
required: true
4283
- type: input
4384
attributes:
4485
label: Node Version
4586
description: What version of NodeJS are you running?
46-
validations:
47-
required: true
4887
- type: dropdown
4988
id: browsers
5089
attributes:
@@ -70,3 +109,11 @@ body:
70109
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
71110
validations:
72111
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).
119+
required: true

0 commit comments

Comments
 (0)