Skip to content

Commit 40a89db

Browse files
committed
chore: up issue template
1 parent bdcd164 commit 40a89db

File tree

1 file changed

+27
-9
lines changed

1 file changed

+27
-9
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+27-9
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,24 @@ description: Report bugs or issues.
33
body:
44
- type: markdown
55
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.
710
811
- type: textarea
912
attributes:
1013
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…
1316
validations:
1417
required: true
1518

1619
- type: input
1720
id: reproduction
1821
attributes:
1922
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."
2124
placeholder: https://new.wagmi.sh
2225
validations:
2326
required: false
@@ -29,27 +32,41 @@ body:
2932
validations:
3033
required: false
3134

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+
3249
- type: input
3350
attributes:
3451
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`)
3754
validations:
3855
required: true
3956

4057
- type: input
4158
attributes:
4259
label: Viem Version
4360
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`)
4562
validations:
4663
required: true
4764

4865
- type: input
4966
attributes:
5067
label: TypeScript Version
5168
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`)
5370
validations:
5471
required: false
5572

@@ -64,7 +81,8 @@ body:
6481
- type: textarea
6582
attributes:
6683
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.
6885
validations:
6986
required: false
7087

88+

0 commit comments

Comments
 (0)