Skip to content

Commit 32a487b

Browse files
authored
Merge pull request #16784 from ethereum/staging
Deploy v10.19.0
2 parents ec5ad9e + 07ef70d commit 32a487b

File tree

295 files changed

+2199
-6439
lines changed

Some content is hidden

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

295 files changed

+2199
-6439
lines changed

.all-contributorsrc

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13853,6 +13853,69 @@
1385313853
"contributions": [
1385413854
"code"
1385513855
]
13856+
},
13857+
{
13858+
"login": "yasnazariel",
13859+
"name": "yasnazariel",
13860+
"avatar_url": "https://avatars.githubusercontent.com/u/82168644?v=4",
13861+
"profile": "https://github.com/yasnazariel",
13862+
"contributions": [
13863+
"content"
13864+
]
13865+
},
13866+
{
13867+
"login": "Oreemo",
13868+
"name": "Oreemo",
13869+
"avatar_url": "https://avatars.githubusercontent.com/u/20112422?v=4",
13870+
"profile": "https://github.com/Oreemo",
13871+
"contributions": [
13872+
"content"
13873+
]
13874+
},
13875+
{
13876+
"login": "flatsponge",
13877+
"name": "flatsponge",
13878+
"avatar_url": "https://avatars.githubusercontent.com/u/104839509?v=4",
13879+
"profile": "https://github.com/flatsponge",
13880+
"contributions": [
13881+
"code"
13882+
]
13883+
},
13884+
{
13885+
"login": "iovoid",
13886+
"name": "Lucas Fiegl",
13887+
"avatar_url": "https://avatars.githubusercontent.com/u/8196270?v=4",
13888+
"profile": "https://github.com/iovoid",
13889+
"contributions": [
13890+
"content"
13891+
]
13892+
},
13893+
{
13894+
"login": "LottR079",
13895+
"name": "LottR079",
13896+
"avatar_url": "https://avatars.githubusercontent.com/u/20522868?v=4",
13897+
"profile": "https://github.com/LottR079",
13898+
"contributions": [
13899+
"content"
13900+
]
13901+
},
13902+
{
13903+
"login": "KosiChinaza",
13904+
"name": "Kosisochukwu Ugwu",
13905+
"avatar_url": "https://avatars.githubusercontent.com/u/161971597?v=4",
13906+
"profile": "https://github.com/KosiChinaza",
13907+
"contributions": [
13908+
"content"
13909+
]
13910+
},
13911+
{
13912+
"login": "architr4",
13913+
"name": "Archit ",
13914+
"avatar_url": "https://avatars.githubusercontent.com/u/142317686?v=4",
13915+
"profile": "https://github.com/architr4",
13916+
"contributions": [
13917+
"content"
13918+
]
1385613919
}
1385713920
],
1385813921
"contributorsPerLine": 7,
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
name: Content suggestion
2+
description: Suggest new content or improvements to existing pages on ethereum.org.
3+
title: "[Content] <short summary>"
4+
labels:
5+
- content
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Thanks for suggesting improvements to ethereum.org!
11+
This template is for content-related feedback, such as new pages,
12+
updates to existing pages, or missing documentation.
13+
14+
- type: input
15+
id: page-url
16+
attributes:
17+
label: Affected page URL or path
18+
description: Link to the page on ethereum.org or the path to affected files.
19+
placeholder: "Example: https://ethereum.org/en/developers/ or src/content/developers/index.md"
20+
validations:
21+
required: true
22+
23+
- type: dropdown
24+
id: suggestion-type
25+
attributes:
26+
label: Type of suggestion
27+
options:
28+
- New page or section
29+
- Update existing content
30+
- Fix incorrect or outdated information
31+
- Improve structure or wording
32+
- Other
33+
validations:
34+
required: true
35+
36+
- type: textarea
37+
id: current-behavior
38+
attributes:
39+
label: Current content or behaviour
40+
description: Describe what the page currently says or how it behaves.
41+
placeholder: "Summarise the current state, including any specific sentences or sections."
42+
validations:
43+
required: true
44+
45+
- type: textarea
46+
id: proposed-change
47+
attributes:
48+
label: Proposed change
49+
description: Describe what you would like to see.
50+
placeholder: "Explain your suggestion."
51+
validations:
52+
required: true
53+
54+
- type: textarea
55+
id: motivation
56+
attributes:
57+
label: Motivation and context
58+
description: Why is this change important? Who does it help?
59+
placeholder: "For example: developers new to Ethereum, users confused about gas fees, etc."
60+
validations:
61+
required: false
62+
63+
- type: textarea
64+
id: references
65+
attributes:
66+
label: References or related resources
67+
description: Optional links to specs, blog posts, or other docs that support your suggestion.
68+
placeholder: "EIPs, blog posts, tutorials, etc."

.github/workflows/chromatic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# Job steps
1818
steps:
1919
- name: Checkout repo
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121
with:
2222
fetch-depth: 0
2323
# Tells the checkout which commit hash to reference

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
id-token: write
4242
steps:
4343
- name: Checkout repository
44-
uses: actions/checkout@v5
44+
uses: actions/checkout@v6
4545
with:
4646
fetch-depth: 1
4747

.github/workflows/crowdin-ai-import.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Check out code
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v6
2828

2929
- name: Setup pnpm
3030
uses: pnpm/action-setup@v4

.github/workflows/crowdin-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
# Set up environment
1818
- name: Check out code
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020

2121
- name: Setup pnpm
2222
uses: pnpm/action-setup@v4

.github/workflows/generate-review-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Check out code
11-
uses: actions/checkout@v5
11+
uses: actions/checkout@v6
1212

1313
- name: Setup pnpm
1414
uses: pnpm/action-setup@v4

.github/workflows/get-crowdin-contributors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Check out code
13-
uses: actions/checkout@v5
13+
uses: actions/checkout@v6
1414

1515
- name: Setup pnpm
1616
uses: pnpm/action-setup@v4

.github/workflows/get-leaderboard-reports.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Check out code
13-
uses: actions/checkout@v5
13+
uses: actions/checkout@v6
1414

1515
- name: Setup pnpm
1616
uses: pnpm/action-setup@v4

.github/workflows/get-translation-progress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Check out code
13-
uses: actions/checkout@v5
13+
uses: actions/checkout@v6
1414

1515
- name: Setup pnpm
1616
uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)