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