From 94ccb911743f6938d9ba571dbfc0c32004550b9b Mon Sep 17 00:00:00 2001 From: flx-sta <50131232+flx-sta@users.noreply.github.com> Date: Wed, 10 Jul 2024 08:35:28 -0700 Subject: [PATCH] Update mystery_event.yml fix options value being inside options textarea --- .github/ISSUE_TEMPLATE/mystery_event.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/mystery_event.yml b/.github/ISSUE_TEMPLATE/mystery_event.yml index 7718c8c2995..5bf88d74951 100644 --- a/.github/ISSUE_TEMPLATE/mystery_event.yml +++ b/.github/ISSUE_TEMPLATE/mystery_event.yml @@ -92,6 +92,15 @@ body: label: Options offered to the player description: A maximum of four options can be displayed at a time placeholder: Remember that only up to four options can be displayed at a time + value: | + - [ ] OPTION-1 Label + - _OPTION-1 description._ + - [ ] OPTION-2 Label + - _OPTION-2 description._ + - [ ] OPTION-3 Label + - _OPTION-3 description._ + - [ ] OPTION-4 Label + - _OPTION-4 description._ validations: required: true - type: textarea @@ -100,15 +109,6 @@ body: label: Explanation/Notes on Design description: Explain why you think this design is right and what this Event brings to the table placeholder: Explain why you think this design is right and what this Event brings to the table - value: | - - [ ] _OPTION-1 Label - - _OPTION-1 description._ - - [ ] _OPTION-2 Label - - _OPTION-2 description._ - - [ ] _OPTION-3 Label - - _OPTION-3 description._ - - [ ] _OPTION-4 Label - - _OPTION-4 description._ validations: required: true - type: textarea