From 7b026910b2936043c361d3a8ea9b158358073de4 Mon Sep 17 00:00:00 2001 From: dvelo <52332868+DeveloLongScript@users.noreply.github.com> Date: Fri, 7 Feb 2025 16:44:48 -0600 Subject: [PATCH] fix: yaml issuses --- .github/ISSUE_TEMPLATE/bug_report.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 2ab4f78..180a173 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -19,19 +19,19 @@ body: required: true - type: textarea attributes: - label: To Reproduce - description: If this is self-explanatory with information above, keep this blank. - placeholder: | - 1. Open X - 2. Click Y - 3. See Z + label: To Reproduce + description: If this is self-explanatory with information above, keep this blank. + placeholder: | + 1. Open X + 2. Click Y + 3. See Z validations: required: false -- type: input - attributes: + - type: input + attributes: label: MHSF Username (if applicable) description: If this bug has soft-locked your account or something similar where we need to know your username, please put it here. -- type: input - attributes: - label: Minecraft Username (if applicable) - description: If this bug is related to Minecraft account linking, please put your username here. + - type: input + attributes: + label: Minecraft Username (if applicable) + description: If this bug is related to Minecraft account linking, please put your username here.