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_report.yml
+27-9
Original file line number
Diff line number
Diff line change
@@ -3,21 +3,24 @@ description: Report bugs or issues.
3
3
body:
4
4
- type: markdown
5
5
attributes:
6
-
value: Thanks for taking the time to fill out this bug report! The more info you provide, the more we can help you. If you are a [Wagmi Sponsor](https://github.com/sponsors/wevm?metadata_campaign=gh_issue), your issues are prioritized.
6
+
value: |
7
+
Thanks for taking the time to fill out this bug report! The more info you provide, the more we can help you.
8
+
9
+
If you are a [Wagmi Sponsor](https://github.com/sponsors/wevm?metadata_campaign=gh_issue), your issues are prioritized.
7
10
8
11
- type: textarea
9
12
attributes:
10
13
label: Describe the bug
11
-
description: Clear and concise description of what the bug. If you intend to submit a PR for this issue, tell us in the description. Thanks!
12
-
placeholder: I am doing… What I expect is… What actually happening is…
14
+
description: Clear and concise description of the bug. If you intend to submit a PR for this issue, tell us in the description. Thanks!
15
+
placeholder: I am doing… What I expect is… What is actually happening…
13
16
validations:
14
17
required: true
15
18
16
19
- type: input
17
20
id: reproduction
18
21
attributes:
19
22
label: Link to Minimal Reproducible Example
20
-
description: "Please provide a link that can reproduce the problem: [new.wagmi.sh](https://new.wagmi.sh) for runtime issues or [TypeScript Playground](https://www.typescriptlang.org/play) for type issues. For most issues, you will likely get asked to provide a minimal reproducible example so why not add one now :) If a report is vague (e.g. just snippets, generic error message, etc.) and has no reproduction, it will receive a \"Needs Reproduction\" label and be auto-closed."
23
+
description: "Please provide a link that can reproduce the problem: [new.wagmi.sh](https://new.wagmi.sh) for runtime issues or [TypeScript Playground](https://www.typescriptlang.org/play) for type issues. For most issues, you will likely get asked to provide a minimal reproducible example so why not add one now :) If a report is vague (e.g. just snippets, generic error message, screenshot, etc.) and has no reproduction, it will receive a \"Needs Reproduction\" label and be auto-closed."
21
24
placeholder: https://new.wagmi.sh
22
25
validations:
23
26
required: false
@@ -29,27 +32,41 @@ body:
29
32
validations:
30
33
required: false
31
34
35
+
- type: dropdown
36
+
attributes:
37
+
label: What Wagmi package(s) are you using?
38
+
multiple: true
39
+
options:
40
+
- 'wagmi'
41
+
- '@wagmi/cli'
42
+
- '@wagmi/connectors'
43
+
- '@wagmi/core'
44
+
- '@wagmi/vue'
45
+
- 'create-wagmi'
46
+
validations:
47
+
required: true
48
+
32
49
- type: input
33
50
attributes:
34
51
label: Wagmi Version
35
-
description: What version of Wagmi are you using?
36
-
placeholder: x.y.z
52
+
description: What version of Wagmi are you using? If using multiple, separate with comma (e.g. `[email protected], @wagmi/[email protected]`).
53
+
placeholder: x.y.z (do not write `latest`)
37
54
validations:
38
55
required: true
39
56
40
57
- type: input
41
58
attributes:
42
59
label: Viem Version
43
60
description: What version of [Viem](https://viem.sh) are you using?
44
-
placeholder: x.y.z
61
+
placeholder: x.y.z (do not write `latest`)
45
62
validations:
46
63
required: true
47
64
48
65
- type: input
49
66
attributes:
50
67
label: TypeScript Version
51
68
description: What version of TypeScript are you using? Wagmi requires `typescript@>=5`.
52
-
placeholder: x.y.z
69
+
placeholder: x.y.z (do not write `latest`)
53
70
validations:
54
71
required: false
55
72
@@ -64,7 +81,8 @@ body:
64
81
- type: textarea
65
82
attributes:
66
83
label: Anything else?
67
-
description: Anything that will give us more context about the issue you are encountering. Framework (e.g. React, Vue), app framework (e.g. Next.js, Nuxt), bundler, etc.
84
+
description: Anything that will give us more context about the issue you are encountering. Framework version (e.g. React, Vue), app framework (e.g. Next.js, Nuxt), bundler, etc.
0 commit comments