Skip to content

Commit 76872fd

Browse files
committed
Merge branch 'dev' into pr/11850
2 parents 18dbc1d + 0344f5d commit 76872fd

File tree

2,852 files changed

+148676
-67293
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,852 files changed

+148676
-67293
lines changed

.all-contributorsrc

Lines changed: 955 additions & 9 deletions
Large diffs are not rendered by default.

.eslintrc.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
2-
"extends": ["next/core-web-vitals", "prettier", "plugin:storybook/recommended"],
2+
"extends": [
3+
"next/core-web-vitals",
4+
"prettier",
5+
"plugin:storybook/recommended"
6+
],
37
"env": { "es6": true },
48
"plugins": ["simple-import-sort"],
59
"rules": {
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
name: Event listing
2+
description: Request an Ethereum event for listing
3+
title: Event listing
4+
labels: ["event :calendar:"]
5+
body:
6+
- type: input
7+
id: event_listing_name
8+
attributes:
9+
label: Event/Meetup Name
10+
description: Name for the event to be listed
11+
validations:
12+
required: true
13+
- type: input
14+
id: event_listing_website
15+
attributes:
16+
label: Website
17+
description: Publicly available website URL to get more information about the event
18+
validations:
19+
required: true
20+
- type: input
21+
id: event_listing_location
22+
attributes:
23+
label: Location (City/Country, or Remote)
24+
description: Geographic location of in-person event, or "Remote" for a virtual event
25+
validations:
26+
required: true
27+
- type: input
28+
id: event_listing_description
29+
attributes:
30+
label: Description
31+
description: Brief description of event
32+
validations:
33+
required: true
34+
- type: input
35+
id: event_listing_start_date
36+
attributes:
37+
label: "Start date: (yyyy-mm-dd)"
38+
description: Start date of event in yyyy-mm-dd format
39+
validations:
40+
required: true
41+
- type: input
42+
id: event_listing_end_date
43+
attributes:
44+
label: "End date: (yyyy-mm-dd)"
45+
description: End date of event in yyyy-mm-dd format
46+
validations:
47+
required: true
48+
- type: textarea
49+
id: event_listing_additional_context
50+
attributes:
51+
label: Additional context
52+
description: Add any other context about the event here
53+
- type: markdown
54+
attributes:
55+
value: |
56+
**Note:**
57+
Events will be only added on the "Upcoming events" table if all fields above are completed, pending approval
58+
- type: markdown
59+
attributes:
60+
value: |
61+
**Want to contribute?**
62+
We love contributions from the Ethereum community! Please comment on an issue if you're interested in helping out with a PR.
63+
- type: checkboxes
64+
id: event_listing_work_on
65+
attributes:
66+
label: Would you like to work on this issue?
67+
options:
68+
- label: "Yes"
69+
required: false

.github/ISSUE_TEMPLATE/suggest_glossary_term.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ body:
3131
- type: textarea
3232
id: glossary_term_sources
3333
attributes:
34-
label: Sources, if any (please do not submit copywrited content without appropriate approval)
34+
label: Sources, if any (please do not submit copyrighted content without appropriate approval)
3535
description: Please list any sources utilized
3636
validations:
3737
required: false

.github/ISSUE_TEMPLATE/suggest_layer2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ body:
100100
id: layer_2_dapp_ecosystem
101101
attributes:
102102
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)"
103+
description: "Please provide a link to the dapp ecosystem. (ex: https://portal.arbitrum.io/, https://www.optimism.io/apps)"
104104
- type: input
105105
id: layer_2_token_contract_list
106106
attributes:

0 commit comments

Comments
 (0)