Skip to content

Commit 16d704f

Browse files
committed
Docs and Feature Request issue template
1 parent c3f54e7 commit 16d704f

2 files changed

Lines changed: 38 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

0 commit comments

Comments
 (0)