From f3fc50a7e4d5cd3823a37ed365d9beace72700b8 Mon Sep 17 00:00:00 2001 From: "Amy J. Ko" Date: Sun, 7 Jul 2024 16:25:49 -0700 Subject: [PATCH] More spacing fixes. --- .github/ISSUE_TEMPLATE/enhancement.yml | 34 +++++++++++++------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/enhancement.yml b/.github/ISSUE_TEMPLATE/enhancement.yml index 99a67cb46..d25499765 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.yml +++ b/.github/ISSUE_TEMPLATE/enhancement.yml @@ -4,22 +4,22 @@ labels: ['enhancement', 'triage'] projects: ['wordplaydev/7'] body: - type: markdown - attributes: - value: | - Thanks for sharing your idea! + attributes: + value: | + Thanks for sharing your idea! - type: textarea - id: problem - attributes: - label: What are you trying to do that you can't? - description: In as much detail as possible, describe the task or problem you want to solve that Adminima doesn't currently support. - placeholder: Problem - validations: - required: true + id: problem + attributes: + label: What are you trying to do that you can't? + description: In as much detail as possible, describe the task or problem you want to solve that Adminima doesn't currently support. + placeholder: Problem + validations: + required: true - type: textarea - id: idea - attributes: - label: What is your idea? - description: If you have an idea for how to change Wordplay to support your task, share it here. It's okay if you don't. - placeholder: Ideas - validations: - required: true + id: idea + attributes: + label: What is your idea? + description: If you have an idea for how to change Wordplay to support your task, share it here. It's okay if you don't. + placeholder: Ideas + validations: + required: true