From 413e34c480b9f7ac8ce697a9124c84dd64dd8259 Mon Sep 17 00:00:00 2001 From: Lukas Harbarth Date: Fri, 1 Aug 2025 17:07:15 +0200 Subject: [PATCH] chore(Issue Templates): make sensitive info disclaimer checkbox required --- .github/ISSUE_TEMPLATE/documentation.yml | 3 +-- .github/ISSUE_TEMPLATE/feature-request.yml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/documentation.yml b/.github/ISSUE_TEMPLATE/documentation.yml index ff87de0c212..442588b7b5b 100644 --- a/.github/ISSUE_TEMPLATE/documentation.yml +++ b/.github/ISSUE_TEMPLATE/documentation.yml @@ -46,5 +46,4 @@ body: description: By submitting this issue, I confirm to follow the recommendation not to disclose any internal or sensitive information. options: - label: I’m not disclosing any internal or sensitive information. - validations: - required: true + required: true diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 1e8275a00e1..d1b555ccfae 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -54,5 +54,4 @@ body: description: By submitting this issue, I confirm to follow the recommendation not to disclose any internal or sensitive information. options: - label: I’m not disclosing any internal or sensitive information. - validations: - required: true + required: true