From 664e0cb5847c4c1367abc53a685799068f854e84 Mon Sep 17 00:00:00 2001 From: Charles Dang Date: Thu, 17 Mar 2022 07:55:00 -0400 Subject: [PATCH] Fix key typo --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index ab32dd15346..add761e0b57 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -23,7 +23,7 @@ body: attributes: label: Description of the bug description: A clear and concise description of what the bug is. - validation: + validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index ba3db3edd00..84a42afa8d8 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -25,5 +25,5 @@ body: description: | Try to explain the desired end result, rather than speculating about how the feature could be implemented. If applicable, add screenshots or mockups to help explain your request. - validation: + validations: required: true