Skip to content

Commit 7955d6d

Browse files
authored
Merge pull request #8 from WalletConnect/feat/issue-template
feat: add issue template
2 parents 9ee46a3 + 16d704f commit 7955d6d

3 files changed

Lines changed: 76 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: "\U0001F4C3 Documentation"
2+
description: 'Report issue or suggest an improvement to docs.'
3+
title: '[docs] '
4+
labels: ['docs']
5+
body:
6+
- type: textarea
7+
attributes:
8+
label: Summary
9+
description: |
10+
Clearly describe what is wrong or missing from the docs.
11+
validations:
12+
required: true
13+
- type: input
14+
attributes:
15+
label: Link to the related docs page
16+
validations:
17+
required: true
18+
- type: markdown
19+
attributes:
20+
value: If this is a typo, or something you feel up to fixing, please do so! You can edit any page in our docs by scrolling to the bottom and selecting `Edit this page`.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: "\U0001F64B Feature Request"
2+
description: 'Want us to add something to Web3Modal?'
3+
title: '[feature] '
4+
labels: ['feature-request']
5+
body:
6+
- type: textarea
7+
attributes:
8+
label: What problem does this new feature solve?
9+
description: |
10+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
11+
validations:
12+
required: true
13+
- type: textarea
14+
attributes:
15+
label: Describe the solution you'd like
16+
description: A clear and concise description of what you want to happen.
17+
validations:
18+
required: true
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: "\U0001F41E Bug Report"
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
---
8+
9+
**Describe the bug**
10+
A clear and concise description of what the bug is.
11+
12+
**To Reproduce**
13+
Steps to reproduce the behavior:
14+
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Environment**
27+
28+
- OS: [e.g. macOS 14.0, Android 14]
29+
- Unity version: [e.g. 2021.3.22f1]
30+
- Web3Modal Package Version: [e.g.v1.0.1]
31+
32+
**Is this happening in Unity Editor or on a player like Android, iOS, Windows?**
33+
34+
**Wallets used for testing**
35+
[e.g. Metamask iOS, Trust Android]
36+
37+
**Additional context**
38+
Add any other context about the problem here.

0 commit comments

Comments
 (0)