Skip to content

Commit 9297c06

Browse files
authored
Merge pull request #7800 from ethereum/convertSuggestDappTemplate
Convert suggest_dapp.md to suggest_dapp.yaml
2 parents 95bd10f + fac1533 commit 9297c06

File tree

2 files changed

+98
-53
lines changed

2 files changed

+98
-53
lines changed

.github/ISSUE_TEMPLATE/suggest_dapp.md

Lines changed: 0 additions & 53 deletions
This file was deleted.
Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
name: Suggest a dapp
2+
description: Suggest a new dapp to list on ethereum.org
3+
title: Suggest a dapp
4+
labels: ["feature :sparkles:", "content :fountain_pen:"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Before suggesting a dapp, make sure you've read [our listing policy](https://www.ethereum.org/en/contributing/adding-products/).
10+
- type: markdown
11+
attributes:
12+
value: Only continue with the issue if your dapp meets the criteria listed there.
13+
- type: markdown
14+
attributes:
15+
value: If it does, complete the following information which we need to accurately list the dapp.
16+
- type: markdown
17+
id: dapp_info
18+
attributes:
19+
value: "## Dapp info"
20+
- type: input
21+
id: dapp_name
22+
attributes:
23+
label: Name
24+
description: Please provide the official name of the dapp
25+
validations:
26+
required: true
27+
- type: textarea
28+
id: dapp_description
29+
attributes:
30+
label: Description
31+
description: Please provide a short 1-2 sentence description of the dapp
32+
validations:
33+
required: true
34+
- type: textarea
35+
id: dapp_logo
36+
attributes:
37+
label: Logo
38+
description: |
39+
Please provide an SVG or hi-res transparent PNG
40+
Tip: You can attach images by clicking this area to highlight it and then dragging files in.
41+
validations:
42+
required: true
43+
- type: input
44+
id: dapp_brand_color
45+
attributes:
46+
label: Brand color
47+
description: Please provide the hex code for the brand color
48+
validations:
49+
required: true
50+
- type: dropdown
51+
id: dapp_open_source
52+
attributes:
53+
label: Is your dapp open source?
54+
description: Can community developers open PRs against the repo? Is your smart contract available for other developers to use?
55+
options:
56+
- "Yes"
57+
- "No"
58+
validations:
59+
required: true
60+
- type: input
61+
id: dapp_source_code
62+
attributes:
63+
label: If open source, what is the repo for the dapp?
64+
- type: textarea
65+
id: dapp_security
66+
attributes:
67+
label: Please describe the measures taken to ensure the dapp's security and provide documentation wherever possible
68+
description: Please provide a link to a report or repo. If you haven't been audited but think your dapp should be listed anyway, explain here
69+
validations:
70+
required: true
71+
- type: textarea
72+
id: dapp_account
73+
attributes:
74+
label: Can a user access the dapp without creating an account?
75+
description: Can a user simply connect their Ethereum address? If not, explain the process
76+
validations:
77+
required: true
78+
- type: textarea
79+
id: dapp_custodial
80+
attributes:
81+
label: Are dapp funds non-custodial?
82+
description: If your product frontend disappears, can users still access and move their funds?
83+
validations:
84+
required: true
85+
- type: textarea
86+
id: dapp_support
87+
attributes:
88+
label: Do you offer community support?
89+
description: Please let us know about any Discord servers or other means of providing support to users
90+
validations:
91+
required: true
92+
- type: textarea
93+
id: dapp_restrictions
94+
attributes:
95+
label: Describe any geographical restrictions on usage of your dapp
96+
description: Is usage globally accessible, or do you have restrictions?
97+
validations:
98+
required: true

0 commit comments

Comments
 (0)