From ad5e58049b7c23366784dd141f5d6a88949a8ca4 Mon Sep 17 00:00:00 2001 From: Wladimir Kirianov Date: Thu, 2 Feb 2023 19:51:42 +0100 Subject: fixed some syntax errors in the discussion templates --- .github/DISCUSSION_TEMPLATE/ideas.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to '.github/DISCUSSION_TEMPLATE/ideas.yml') diff --git a/.github/DISCUSSION_TEMPLATE/ideas.yml b/.github/DISCUSSION_TEMPLATE/ideas.yml index 2ae0ea2f..efe6021a 100644 --- a/.github/DISCUSSION_TEMPLATE/ideas.yml +++ b/.github/DISCUSSION_TEMPLATE/ideas.yml @@ -1,7 +1,11 @@ -name: Ideas -description: Have an idea for a new feature or an improvement? Let us know here! +title: "[Ideas]" body: + - type: markdown + attributes: + value: | + Have an idea for a new feature or an improvement? Let us know here! + - type: checkboxes id: checklist attributes: @@ -53,16 +57,14 @@ body: - Critical - Important - Nice to have - validations: - required: true - type: textarea id: other attributes: - label: Anything else? - description: Is there anything else you'd like to add? - validations: - required: false + label: Anything else? + description: Is there anything else you'd like to add? + validations: + required: false - type: textarea id: solution -- cgit v1.2.3