From ca443708e0b7d17bc2a374a6e9de2070146be7e1 Mon Sep 17 00:00:00 2001 From: flx-sta <50131232+flx-sta@users.noreply.github.com> Date: Wed, 10 Jul 2024 09:30:57 -0700 Subject: [PATCH] Update mystery_event.yml add more separators --- .github/ISSUE_TEMPLATE/mystery_event.yml | 26 +++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/mystery_event.yml b/.github/ISSUE_TEMPLATE/mystery_event.yml index d091e9fb994..d751d8317e0 100644 --- a/.github/ISSUE_TEMPLATE/mystery_event.yml +++ b/.github/ISSUE_TEMPLATE/mystery_event.yml @@ -10,7 +10,7 @@ body: label: Event Name description: Name of the event placeholder: e.g Fight or Flight - - type: markdown + - type: markdown # SEPARATOR attributes: value: | --- @@ -27,6 +27,10 @@ body: - Other or unsure (please specify) validations: required: true + - type: markdown # SEPARATOR + attributes: + value: | + --- - type: input id: waves attributes: @@ -35,6 +39,10 @@ body: placeholder: 1-200 validations: required: true + - type: markdown # SEPARATOR + attributes: + value: | + --- - type: textarea id: description attributes: @@ -43,6 +51,10 @@ body: placeholder: What is it? validations: required: true + - type: markdown # SEPARATOR + attributes: + value: | + --- - type: dropdown id: biomes attributes: @@ -90,6 +102,10 @@ body: - OTHER (please specify) validations: required: true + - type: markdown # SEPARATOR + attributes: + value: | + --- - type: textarea id: options attributes: @@ -107,6 +123,10 @@ body: - _OPTION-4 description._ validations: required: true + - type: markdown # SEPARATOR + attributes: + value: | + --- - type: textarea id: design-notes attributes: @@ -115,6 +135,10 @@ body: placeholder: Explain why you think this design is right and what this Event brings to the table validations: required: true + - type: markdown # SEPARATOR + attributes: + value: | + --- - type: textarea id: dev-notes attributes: