Skip to content

Commit 6e8d254

Browse files
committed
Update issue templates to use types
1 parent 5f53914 commit 6e8d254

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: 🐛 Bug Report
22
description: Report an Egg issue
33
title: "[Bug]: <Egg Name>"
4-
labels: ["bug", "not confirmed"]
4+
type: "Bug"
5+
labels: ["Not Confirmed"]
56
body:
67
- type: markdown
78
attributes:

.github/ISSUE_TEMPLATE/egg-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 🥚 Egg Request
22
description: Suggest a server to build an egg for
33
title: "[Egg Request]: <Language>"
4-
labels: ["egg request"]
4+
type: "Egg Request"
55
body:
66
- type: markdown
77
attributes:

.github/ISSUE_TEMPLATE/install-bug-report.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: 🐛 Install Bug Report
22
description: Report an Egg install issue
33
title: "[Install Bug]: <Egg Name>"
4-
labels: ["install bug", "not confirmed"]
4+
type: "Bug"
5+
labels: ["Not Confirmed"]
56
body:
67
- type: markdown
78
attributes:

0 commit comments

Comments
 (0)