Skip to content

Commit 4f8aab7

Browse files
authored
Merge pull request #13101 from ethereum/issue-labels
chore: update issue template and release drafter labels
2 parents af7b4d5 + c4c099f commit 4f8aab7

13 files changed

+31
-31
lines changed

.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: 1 addition & 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:

.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:

.github/ISSUE_TEMPLATE/suggest_staking_product.yaml

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

0 commit comments

Comments
 (0)