Skip to content

Commit 8168ae2

Browse files
authored
Merge pull request #7793 from ethereum/convertSuggestLayer2Template
Convert suggest_layer2.md to suggest_layer2.yaml
2 parents 10cf652 + 7088aaa commit 8168ae2

File tree

2 files changed

+152
-97
lines changed

2 files changed

+152
-97
lines changed

.github/ISSUE_TEMPLATE/suggest_layer2.md

Lines changed: 0 additions & 97 deletions
This file was deleted.
Lines changed: 152 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,152 @@
1+
name: Suggest a Layer 2
2+
description: Suggest a Layer 2 to list on ethereum.org
3+
title: Suggest a Layer 2
4+
labels: ["feature :sparkles:", "content :fountain_pen:"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Before suggesting a layer 2, make sure you've read [our listing policy](https://ethereum.org/en/contributing/adding-layer-2s/).
10+
- type: markdown
11+
attributes:
12+
value: |
13+
Only continue with the issue if your layer 2 meets the criteria listed there.
14+
- type: markdown
15+
attributes:
16+
value: |
17+
If it does, complete the following information which we need to accurately list the layer 2.
18+
- type: markdown
19+
id: project_info
20+
attributes:
21+
value: "## Project info"
22+
- type: input
23+
id: layer_2_name
24+
attributes:
25+
label: Name
26+
description: Please provide the official name of the layer 2 project
27+
validations:
28+
required: true
29+
- type: textarea
30+
id: layer_2_logo
31+
attributes:
32+
label: Logo
33+
description: |
34+
Please provide an SVG or hi-res transparent PNG
35+
Tip: You can attach images by clicking this area to highlight it and then dragging files in.
36+
validations:
37+
required: true
38+
- type: textarea
39+
id: layer_2_description
40+
attributes:
41+
label: Description
42+
description: Please provide a 1-2 sentence (240 character max) of the layer 2 project
43+
validations:
44+
required: true
45+
- type: input
46+
id: layer_2_website
47+
attributes:
48+
label: Website
49+
description: Please provide a URL tot he website for the layer 2 project
50+
validations:
51+
required: true
52+
- type: input
53+
id: layer_2_developer_documentation
54+
attributes:
55+
label: Developer documentation
56+
description: Please provide a URL to the developer documentation for the layer 2 project
57+
validations:
58+
required: true
59+
- type: input
60+
id: layer_2_l2beat
61+
attributes:
62+
label: L2BEAT page
63+
description: Please provide a link to the layer 2s page on L2BEAT
64+
validations:
65+
required: true
66+
- type: textarea
67+
id: layer_2_open_source
68+
attributes:
69+
label: Is the project open source?
70+
description: If yes, please provide a link to the repository, if no, put N/A
71+
validations:
72+
required: true
73+
- type: textarea
74+
id: layer_2_category
75+
attributes:
76+
label: What category of layer 2 is it?
77+
description: Please provide some information on the implementation of the layer 2 project
78+
validations:
79+
required: true
80+
- type: textarea
81+
id: layer_2_data_availability
82+
attributes:
83+
label: Does the layer 2 use Ethereum Mainnet for data availability?
84+
description: Please provide proof that the layer 2 uses Ethereum for data availability
85+
validations:
86+
required: true
87+
- type: textarea
88+
id: layer_2_bridges
89+
attributes:
90+
label: Which bridges are used to onboard users?
91+
description: Please provide some information on how to bridge assets on the layer 2 network
92+
validations:
93+
required: true
94+
- type: textarea
95+
id: layer_2_exchanges
96+
attributes:
97+
label: Which exchanges offer support for the project?
98+
description: If there is exchange support for deposits or withdrawals, please provide information for this
99+
- type: input
100+
id: layer_2_dapp_ecosystem
101+
attributes:
102+
label: Link to dapp ecosystem (if applicable)
103+
description: "Please provide a link to the dapp ecosystem. (ex: https://portal.arbitrum.one/, https://www.optimism.io/apps/all)"
104+
- type: input
105+
id: layer_2_token_contract_list
106+
attributes:
107+
label: Token contract list (if applicable)
108+
description: Since assets will likely have a new address on the layer 2 network, if there is a token list resource available please share
109+
- type: input
110+
id: layer_2_live_date
111+
attributes:
112+
label: What date did the project go live?
113+
description: Please provide proof to substantiate the date
114+
validations:
115+
required: true
116+
- type: input
117+
id: layer_2_fork
118+
attributes:
119+
label: Is this project a fork? If yes, which project was forked?
120+
description: Please provide information about if this project is a fork
121+
- type: textarea
122+
id: layer_2_wallets
123+
attributes:
124+
label: What wallets support this layer 2?
125+
description: Please list wallets that support this layer 2 network
126+
- type: textarea
127+
id: layer_2_connect
128+
attributes:
129+
label: How can users and/or developers connect too this layer 2 network?
130+
description: What is the public RPC information for the network? (RPC URL, Chain ID, Currency Symbol)
131+
- type: textarea
132+
id: layer_2_audit
133+
attributes:
134+
label: Has this project undergone an external security audit and/or a bug bounty?
135+
description: Please provide a link to a report or repo for any audits or bug bounties. If you haven't been audited but think your layer 2 should be listed anyway, explain here
136+
- type: textarea
137+
id: layer_2_users
138+
attributes:
139+
label: Has the project sustained its users over time?
140+
description: Please provide supporting information such as TVL history, transaction statistics, and whether known companies or projects use it.
141+
- type: dropdown
142+
id: layer_2_active_maintained
143+
attributes:
144+
label: Is there an active team developing the project?
145+
options:
146+
- "Yes"
147+
- "No"
148+
- type: textarea
149+
id: layer_2_block_explorer
150+
attributes:
151+
label: Is there a block explorer?
152+
description: Are there block explorers for the network? Please share URLs.

0 commit comments

Comments
 (0)