Skip to content

Commit 82f034e

Browse files
committed
Merge branch 'dev' of github.com:ethereum/ethereum-org-website into performance-lazy-load-code-modal
2 parents 35d2ba8 + 4560e3a commit 82f034e

File tree

80 files changed

+779
-1070
lines changed

Some content is hidden

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

80 files changed

+779
-1070
lines changed

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12114,6 +12114,15 @@
1211412114
"contributions": [
1211512115
"code"
1211612116
]
12117+
},
12118+
{
12119+
"login": "kyndrawynne",
12120+
"name": "kyndrawynne",
12121+
"avatar_url": "https://avatars.githubusercontent.com/u/108100622?v=4",
12122+
"profile": "https://github.com/kyndrawynne",
12123+
"contributions": [
12124+
"bug"
12125+
]
1211712126
}
1211812127
],
1211912128
"contributorsPerLine": 7,

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Bug report
22
description: Create a report to help us improve
33
title: Bug report
4-
labels: ["bug :bug:"]
4+
labels: ["bug 🐛"]
55
body:
66
- type: textarea
77
id: bug_report_description

.github/ISSUE_TEMPLATE/event_listing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Event listing
22
description: Request an Ethereum event for listing
33
title: Event listing
4-
labels: ["event :calendar:"]
4+
labels: ["event 📅"]
55
body:
66
- type: input
77
id: event_listing_name

.github/ISSUE_TEMPLATE/feature_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Feature request
22
description: Suggest an idea for this project
33
title: Feature request
4-
labels: ["feature :sparkles:"]
4+
labels: ["feature "]
55
body:
66
- type: textarea
77
id: feature_request_description

.github/ISSUE_TEMPLATE/suggest_dapp.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Suggest a dapp
22
description: Suggest a new dapp to list on ethereum.org
33
title: Suggest a dapp
4-
labels: ["feature :sparkles:", "content :fountain_pen:"]
4+
labels: ["product 🧰"]
55
body:
66
- type: markdown
77
attributes:
@@ -24,6 +24,13 @@ body:
2424
description: Please provide the official name of the dapp
2525
validations:
2626
required: true
27+
- type: input
28+
id: dapp_url
29+
attributes:
30+
label: Dapp URL
31+
description: Please provide a URL to the dapp
32+
validations:
33+
required: true
2734
- type: textarea
2835
id: dapp_description
2936
attributes:

.github/ISSUE_TEMPLATE/suggest_dev_tool.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Suggest a developer tool
22
description: Anything a developer can use when building with Ethereum
33
title: Suggest a developer tool
4-
labels: ["feature :sparkles:", "content :fountain_pen:"]
4+
labels: ["product 🧰"]
55
body:
66
- type: markdown
77
attributes:

.github/ISSUE_TEMPLATE/suggest_exchange.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Suggest an exchange
22
description: Suggest a new exchange to list on ethereum.org
33
title: Suggest an exchange
4-
labels: ["content :fountain_pen:"]
4+
labels: ["product 🧰"]
55
body:
66
- type: markdown
77
attributes:

.github/ISSUE_TEMPLATE/suggest_glossary_term.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Suggest a glossary term
22
description: Suggest a new ethereum.org glossary term
33
title: Suggest a glossary term
4-
labels: ["feature :sparkles:", "content :fountain_pen:"]
4+
labels: ["feature ", "content 🖋️"]
55
body:
66
- type: checkboxes
77
id: glossary_checklist

.github/ISSUE_TEMPLATE/suggest_layer2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Suggest a Layer 2
22
description: Suggest a Layer 2 to list on ethereum.org
33
title: Suggest a Layer 2
4-
labels: ["feature :sparkles:", "content :fountain_pen:"]
4+
labels: ["product 🧰"]
55
body:
66
- type: markdown
77
attributes:

.github/ISSUE_TEMPLATE/suggest_quiz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Suggest quiz
22
description: Add, update, delete questions for a quiz on ethereum.osg
33
title: Add/Update/Delete quiz question
4-
labels: ["feature :sparkles", "quiz :books:"]
4+
labels: ["feature ", "quiz 📚"]
55
body:
66
- type: markdown
77
attributes:

0 commit comments

Comments
 (0)