From 3addf4310174d588597a73e0c54a5634e86f88e7 Mon Sep 17 00:00:00 2001 From: Dmitry Volokh Date: Wed, 29 Jan 2025 15:28:46 +0100 Subject: [PATCH] fix: issue templates validation fix --- .github/ISSUE_TEMPLATE/1-bug.yml | 5 +++-- .github/ISSUE_TEMPLATE/2-task.yml | 7 ++++--- .github/ISSUE_TEMPLATE/3-chore.yml | 7 ++++--- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug.yml b/.github/ISSUE_TEMPLATE/1-bug.yml index 3ad572af..040206fa 100644 --- a/.github/ISSUE_TEMPLATE/1-bug.yml +++ b/.github/ISSUE_TEMPLATE/1-bug.yml @@ -1,6 +1,6 @@ name: "Bug" description: "Report a bug to help us improve the proxy system." -type: 'Bug ๐Ÿž' +type: "Bug ๐Ÿž" title: "-- Provide a general summary of the issue --" labels: ["bug", "needs-triage"] assignees: "-" @@ -104,4 +104,5 @@ body: attributes: label: "Additional Context" description: "Add any other context or details about the problem here (e.g. link to Discussion, etc.)." - required: false + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/2-task.yml b/.github/ISSUE_TEMPLATE/2-task.yml index 7449a0a7..e7a1691b 100644 --- a/.github/ISSUE_TEMPLATE/2-task.yml +++ b/.github/ISSUE_TEMPLATE/2-task.yml @@ -1,7 +1,7 @@ name: Task description: Task request -type: 'Task โœ…' -title: '[Task]: ' +type: "Task โœ…" +title: "[Task]: " labels: [] body: - type: textarea @@ -18,4 +18,5 @@ body: attributes: label: "Additional Context" description: "Add any other context or details about the problem here (e.g. link to Discussion, etc.)." - required: false + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/3-chore.yml b/.github/ISSUE_TEMPLATE/3-chore.yml index a010457d..6086468f 100644 --- a/.github/ISSUE_TEMPLATE/3-chore.yml +++ b/.github/ISSUE_TEMPLATE/3-chore.yml @@ -1,7 +1,7 @@ name: Chore description: Chore request -type: 'Chore ๐Ÿงน' -title: '[Chore]: ' +type: "Chore ๐Ÿงน" +title: "[Chore]: " labels: ["chore", "needs-triage"] body: - type: textarea @@ -18,4 +18,5 @@ body: attributes: label: "Additional Context" description: "Add any other context or details about the problem here (e.g. link to Discussion, etc.)." - required: false + validations: + required: false