From eb3f2741d9f38ec47001e00fc018b53d00bd451f Mon Sep 17 00:00:00 2001 From: Dom Rodriguez Date: Thu, 2 Sep 2021 17:34:10 +0100 Subject: [PATCH] Adjust YML indentation Signed-off-by: Dom Rodriguez --- .github/ISSUE_TEMPLATE/bug_report.yaml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 99fb8fe6..2c2d772c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -38,11 +38,11 @@ body: - type: input id: git-commit-if attributes: - label: Git commit hash (if applicable) - description: "When building Barrier from Git, what commit hash did you checkout from?" - placeholder: b0c0b42b + label: Git commit hash (if applicable) + description: "When building Barrier from Git, what commit hash did you checkout from?" + placeholder: b0c0b42b validations: - required: false + required: false - type: dropdown id: os attributes: @@ -53,18 +53,17 @@ body: - Windows - macOS validations: - required: true + required: true - type: textarea id: os-version attributes: - label: What OS versions are you using? - description: This applies to both client(s) and the server. + label: What OS versions are you using? + description: This applies to both client(s) and the server. validations: - required: true -- type: textarea + required: true + - type: textarea id: logs attributes: label: Relevant log output description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. render: shell -