Skip to content

Commit d40276b

Browse files
authored
Merge pull request #7798 from ethereum/convertSuggestExchangeTemplate
Convert suggest_exchange.md to suggest_exchange.yaml
2 parents 9297c06 + 225536d commit d40276b

File tree

2 files changed

+55
-27
lines changed

2 files changed

+55
-27
lines changed

.github/ISSUE_TEMPLATE/suggest_exchange.md

Lines changed: 0 additions & 27 deletions
This file was deleted.
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
name: Suggest an exchange
2+
description: Suggest a new exchange to list on ethereum.org
3+
title: Suggest an exchange
4+
labels: ["content :fountain_pen:"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Before suggesting an exchange, make sure you've read [our exchange listing policy](https://ethereum.org/en/contributing/adding-exchanges/). If it's a decentralized exchange (DEX) you'd like to list, please take a look at our [policy for listing dapps](https://ethereum.org/en/contributing/adding-products/).
10+
- type: markdown
11+
attributes:
12+
value: |
13+
Please fill out this short form if you'd like an exchange added to ethereum.org:
14+
- type: markdown
15+
id: exchange_info
16+
attributes:
17+
value: "## Exchange info"
18+
- type: input
19+
id: exchange_name
20+
attributes:
21+
label: Exchange name
22+
validations:
23+
required: true
24+
- type: textarea
25+
id: exchange_description
26+
attributes:
27+
label: Exchange description
28+
validations:
29+
required: true
30+
- type: textarea
31+
id: exchange_restrictions
32+
attributes:
33+
label: What geographical restrictions apply to this exchange?
34+
description: If you don't know, please get in touch with the exchange. They'll likely have a list of restricted countries and jurisdictions.
35+
validations:
36+
required: true
37+
- type: textarea
38+
id: exchange_currencies
39+
attributes:
40+
label: Which currencies are accepted by this exchange?
41+
description: If you don't know, please get in touch with the exchange. They'll likely have a list of accepted currencies
42+
validations:
43+
required: true
44+
- type: textarea
45+
id: exchange_proof_of_legitimacy
46+
attributes:
47+
label: Do you have any proof that they're a legitimate company?
48+
description: This is a safeguard against listing any malicious sites. You could provide a link to an "About" page from the exchange that provides more information about their legal entity, or a link to an official company registration
49+
validations:
50+
required: true
51+
- type: textarea
52+
id: exchange_extra_information
53+
attributes:
54+
label: Do you have any extra information?
55+
description: Add any more info that may make a stronger case for listing this exchange. Consider years of operation, size of company, financial backing etc

0 commit comments

Comments
 (0)