Skip to content

Commit b7a7b53

Browse files
authored
Merge branch 'dev' into fade-icons-find-wallet
2 parents 7499e6a + 8934301 commit b7a7b53

File tree

2,168 files changed

+92691
-38806
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,168 files changed

+92691
-38806
lines changed

.all-contributorsrc

Lines changed: 678 additions & 4 deletions
Large diffs are not rendered by default.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 48 deletions
This file was deleted.
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
name: Bug report
2+
description: Create a report to help us improve
3+
title: Bug report
4+
labels: ["bug :bug:"]
5+
body:
6+
- type: textarea
7+
id: bug_report_description
8+
attributes:
9+
label: Describe the bug
10+
description: A clear and concise description of what the bug is
11+
validations:
12+
required: true
13+
- type: textarea
14+
id: bug_report_reproduce
15+
attributes:
16+
label: To reproduce
17+
description: Steps to reproduce the behavior
18+
value: |
19+
1. Go to '...'
20+
2. Click on '...'
21+
3. Scroll down to '...'
22+
4. See error
23+
validations:
24+
required: true
25+
- type: textarea
26+
id: bug_report_expected_behavior
27+
attributes:
28+
label: Expected behavior
29+
description: A clear and concise description of what you expected to happen
30+
validations:
31+
required: true
32+
- type: textarea
33+
id: bug_report_screenshots
34+
attributes:
35+
label: Screenshots
36+
description: |
37+
If applicable, add screenshots to help explain your problem
38+
Tip: You can attach images by clicking this area to highlight it and then dragging files in.
39+
- type: textarea
40+
id: bug_report_desktop
41+
attributes:
42+
label: Desktop (please complete the following information)
43+
placeholder: |
44+
- OS: [e.g. iOS]
45+
- Browser: [e.g. chrome, safari]
46+
- Version: [e.g. 22]
47+
- type: textarea
48+
id: bug_report_smartphone
49+
attributes:
50+
label: Smartphone (please complete the following information)
51+
placeholder: |
52+
- Device: [e.g. iPhone6]
53+
- OS: [e.g. iOS8.1]
54+
- Browser: [e.g. stock browser, safari]
55+
- Version: [e.g. 22]
56+
- type: textarea
57+
id: bug_report_additional_context
58+
attributes:
59+
label: Additional context
60+
description: Add any other context about the problem here
61+
- type: markdown
62+
attributes:
63+
value: |
64+
**Want to contribute?**
65+
We love contributions from the Ethereum community! Please comment on an issue if you're interested in helping out with a PR.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 27 deletions
This file was deleted.
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
name: Feature request
2+
description: Suggest an idea for this project
3+
title: Feature request
4+
labels: ["feature :sparkles:"]
5+
body:
6+
- type: textarea
7+
id: feature_request_description
8+
attributes:
9+
label: Is your feature request related to a problem? Please describe.
10+
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
11+
validations:
12+
required: true
13+
- type: textarea
14+
id: feature_request_solution_description
15+
attributes:
16+
label: Describe the solution you'd like
17+
description: A clear and concise description of what you want to happen
18+
validations:
19+
required: true
20+
- type: textarea
21+
id: feature_request_alternatives
22+
attributes:
23+
label: Describe alternatives you've considered
24+
description: A clear and concise description of any alternative solutions or features you've considered
25+
validations:
26+
required: true
27+
- type: textarea
28+
id: feature_request_additional_context
29+
attributes:
30+
label: Additional context
31+
description: Add any other context or screenshots about the feature request here
32+
- type: markdown
33+
attributes:
34+
value: |
35+
**Want to contribute?**
36+
- type: markdown
37+
attributes:
38+
value: We love contributions from the Ethereum community! Please comment on an issue if you're interested in helping out with a PR.

.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

.github/ISSUE_TEMPLATE/suggest_dev_tool.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)