From c8a0bfd36195281b629916d64edf0a2c1fbd89d1 Mon Sep 17 00:00:00 2001 From: Brennan Kinney <5098581+polarathene@users.noreply.github.com> Date: Fri, 25 Aug 2023 00:29:08 +1200 Subject: [PATCH] ci: Fix `question.yml` template - `value` should be an attribute (#3502) The recent change to this template was invalid, as `value` should have been nested under the `attributes` object. --- .github/ISSUE_TEMPLATE/question.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml index e94062e0..b58d0370 100644 --- a/.github/ISSUE_TEMPLATE/question.yml +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -18,13 +18,13 @@ body: required: true - type: textarea id: description - attributes: - label: Description validations: required: true - value: | - + attributes: + label: Description + value: | +