Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit ca82d2f

Browse files
davolokhLuke Hinds
authored and
Luke Hinds
committed
issue templates fixed (#828)
1 parent 8e99ec2 commit ca82d2f

File tree

4 files changed

+15
-11
lines changed

4 files changed

+15
-11
lines changed

.github/ISSUE_TEMPLATE/0-story.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Story
22
description: Story
3-
type: Story
4-
title: '[Story]: '
3+
type: "Story 🗺️"
4+
title: "[Story]: "
55
labels: ["story", "needs-triage"]
66
body:
77
- type: textarea
@@ -18,4 +18,5 @@ body:
1818
attributes:
1919
label: "Additional Context"
2020
description: "Add any other context or details about the problem here (e.g. link to Discussion, etc.)."
21-
required: false
21+
validations:
22+
required: false

.github/ISSUE_TEMPLATE/1-bug.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "Bug"
22
description: "Report a bug to help us improve the proxy system."
3-
type: Bug
3+
type: "Bug 🐞"
44
title: "-- Provide a general summary of the issue --"
55
labels: ["bug", "needs-triage"]
66
assignees: "-"
@@ -104,4 +104,5 @@ body:
104104
attributes:
105105
label: "Additional Context"
106106
description: "Add any other context or details about the problem here (e.g. link to Discussion, etc.)."
107-
required: false
107+
validations:
108+
required: false

.github/ISSUE_TEMPLATE/2-task.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Task
22
description: Task request
3-
type: Task
4-
title: '[Task]: '
3+
type: "Task"
4+
title: "[Task]: "
55
labels: []
66
body:
77
- type: textarea
@@ -18,4 +18,5 @@ body:
1818
attributes:
1919
label: "Additional Context"
2020
description: "Add any other context or details about the problem here (e.g. link to Discussion, etc.)."
21-
required: false
21+
validations:
22+
required: false

.github/ISSUE_TEMPLATE/3-chore.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Chore
22
description: Chore request
3-
type: Chore
4-
title: '[Chore]: '
3+
type: "Chore 🧹"
4+
title: "[Chore]: "
55
labels: ["chore", "needs-triage"]
66
body:
77
- type: textarea
@@ -18,4 +18,5 @@ body:
1818
attributes:
1919
label: "Additional Context"
2020
description: "Add any other context or details about the problem here (e.g. link to Discussion, etc.)."
21-
required: false
21+
validations:
22+
required: false

0 commit comments

Comments
 (0)