From a9983c1d06ec48377c1f6a52ab11056a17eaaace Mon Sep 17 00:00:00 2001 From: Jeremy Rose Date: Wed, 25 Aug 2021 17:11:52 +0000 Subject: [PATCH] docs: feature_request additional information not required (#30684) --- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 807685c5fd..ba87b12d3b 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -37,4 +37,4 @@ body: label: Additional Information description: Add any other context about the problem here. validations: - required: true + required: false