Skip to content

Commit 16fd9fa

Browse files
authored
Merge pull request #60 from zorro11639/chore/add-issue-template
chore: add github issue template
2 parents 61e19c9 + 3ee64b4 commit 16fd9fa

File tree

2 files changed

+53
-0
lines changed

2 files changed

+53
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: true
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
name: "\U0001F680 Support new Wallet"
2+
description: Request support to a new wallet
3+
labels: ['enhancement']
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thanks for taking the time to fill out this support request! We're thrilled to have another wallet supporting TRON.
9+
- type: input
10+
id: wallet-name
11+
attributes:
12+
label: Describe the name of wallet
13+
placeholder: Wallet name
14+
validations:
15+
required: true
16+
- type: input
17+
id: website
18+
attributes:
19+
label: Wallet website
20+
description: Please input the official website of the wallet.
21+
placeholder: The url of website
22+
validations:
23+
required: true
24+
- type: checkboxes
25+
id: platforms
26+
attributes:
27+
label: Supported platforms
28+
description: Describe platforms supported by the wallet.
29+
options:
30+
- label: Android
31+
- label: IOS
32+
- label: Chrome Extension
33+
validations:
34+
required: true
35+
- type: dropdown
36+
id: listed
37+
attributes:
38+
label: "Is the wallet listed on TRON Wallets ?"
39+
description: Wallets listed on [TRON Wallets](https://tron.network/wallet) will receive better attention and attract more users.
40+
options:
41+
- Not yet
42+
- Listed
43+
default: 0
44+
- type: dropdown
45+
id: role
46+
attributes:
47+
label: "Are you developer of the wallet or a web3 user ?"
48+
description: If you are a developer, please [contact the TRON team](mailto:application@tron.network) for wallet listing and boost its visibility.
49+
options:
50+
- Developer
51+
- Web3 user
52+
default: 0

0 commit comments

Comments
 (0)