Skip to content

Commit 47ce5b4

Browse files
authored
Update question.yml
1 parent 226e45a commit 47ce5b4

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/ISSUE_TEMPLATE/question.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ body:
77
attributes:
88
value: |
99
Before asking a question, please make sure that you have read through our [documentation](https://github.com/kolirt/vue-web3-auth?tab=readme-ov-file#web3-authentication-for-vue3-apps-based-on-walletconnect-web3modal-v2-and-wagmi) and existing [issues](https://github.com/kolirt/vue-web3-auth/issues).
10+
- type: input
11+
id: version
12+
attributes:
13+
label: Package version
14+
placeholder: v2.1.0
15+
- type: textarea
16+
id: configuration
17+
attributes:
18+
label: Package configuration
19+
description: Show how you configured the package. You can check how to configure the package [here](https://github.com/kolirt/vue-web3-auth?tab=readme-ov-file#configuration).
20+
placeholder: |
21+
createWeb3Auth({
22+
projectId: '', // remove your projectId
23+
chains: [Chains.bsc, Chains.mainnet, Chains.polygon]
24+
})
1025
- type: textarea
1126
id: description
1227
attributes:

0 commit comments

Comments
 (0)