From b762f63843848a82fae97688db01033e092c98d1 Mon Sep 17 00:00:00 2001 From: AndriiSherman Date: Mon, 4 Nov 2024 12:02:11 +0200 Subject: [PATCH] Fix checkboxes --- .github/ISSUE_TEMPLATE/bug-template.yaml | 13 ++++++++----- .github/ISSUE_TEMPLATE/docs-template.yaml | 10 ++++++---- .github/ISSUE_TEMPLATE/feature-template.yaml | 10 ++++++---- 3 files changed, 20 insertions(+), 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-template.yaml b/.github/ISSUE_TEMPLATE/bug-template.yaml index 8a0431128..70c7a6807 100644 --- a/.github/ISSUE_TEMPLATE/bug-template.yaml +++ b/.github/ISSUE_TEMPLATE/bug-template.yaml @@ -8,12 +8,14 @@ body: attributes: value: | Thank you for taking the time to file a bug report! Please provide as much information as possible. - - - type: checkbox + + - type: checkboxes + id: verified attributes: - label: I have verified that the bug I'm about to report hasn't been filed before. - validations: - required: true + label: Report hasn't been filed before. + options: + - label: I have verified that the bug I'm about to report hasn't been filed before. + required: true - type: input attributes: @@ -56,3 +58,4 @@ body: - If you're using a runtime that isn't Node.js: Which one? What version? Have you verified that this isn't an issue with the runtime itself? validations: required: true + diff --git a/.github/ISSUE_TEMPLATE/docs-template.yaml b/.github/ISSUE_TEMPLATE/docs-template.yaml index 6c2785a15..26abc9257 100644 --- a/.github/ISSUE_TEMPLATE/docs-template.yaml +++ b/.github/ISSUE_TEMPLATE/docs-template.yaml @@ -4,11 +4,13 @@ title: "[DOCS]:" labels: ["docs"] body: - - type: checkbox + - type: checkboxes + id: verified attributes: - label: I have verified this enhancement I'm about to request hasn't been suggested before. - validations: - required: true + label: Enhancement hasn't been filed before. + options: + - label: I have verified this enhancement I'm about to request hasn't been suggested before. + required: true - type: textarea attributes: diff --git a/.github/ISSUE_TEMPLATE/feature-template.yaml b/.github/ISSUE_TEMPLATE/feature-template.yaml index b2c13d671..dcb10969f 100644 --- a/.github/ISSUE_TEMPLATE/feature-template.yaml +++ b/.github/ISSUE_TEMPLATE/feature-template.yaml @@ -4,11 +4,13 @@ title: "[FEATURE]:" labels: ["enhancement"] body: - - type: checkbox + - type: checkboxes + id: verified attributes: - label: I have verified this feature I'm about to request hasn't been suggested before. - validations: - required: true + label: Feature hasn't been suggested before. + options: + - label: I have verified this feature I'm about to request hasn't been suggested before. + required: true - type: textarea attributes: