Skip to content

Commit efec5fa

Browse files
authored
fix: issue templates validation fix (#225)
1 parent 4a1cc7d commit efec5fa

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

.github/ISSUE_TEMPLATE/1-bug.yml

+3-2
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

+4-3
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

+4-3
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)