File tree Expand file tree Collapse file tree 2 files changed +53
-0
lines changed Expand file tree Collapse file tree 2 files changed +53
-0
lines changed Original file line number Diff line number Diff line change
1
+ blank_issues_enabled : true
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments