Adjust YML indentation

Signed-off-by: Dom Rodriguez <shymega@shymega.org.uk>
This commit is contained in:
Dom Rodriguez 2021-09-02 17:34:10 +01:00
parent e26a5c376e
commit eb3f2741d9
No known key found for this signature in database
GPG Key ID: 72DCF1231E54BD43
1 changed files with 9 additions and 10 deletions

View File

@ -38,11 +38,11 @@ body:
- type: input - type: input
id: git-commit-if id: git-commit-if
attributes: attributes:
label: Git commit hash (if applicable) label: Git commit hash (if applicable)
description: "When building Barrier from Git, what commit hash did you checkout from?" description: "When building Barrier from Git, what commit hash did you checkout from?"
placeholder: b0c0b42b placeholder: b0c0b42b
validations: validations:
required: false required: false
- type: dropdown - type: dropdown
id: os id: os
attributes: attributes:
@ -53,18 +53,17 @@ body:
- Windows - Windows
- macOS - macOS
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: os-version id: os-version
attributes: attributes:
label: What OS versions are you using? label: What OS versions are you using?
description: This applies to both client(s) and the server. description: This applies to both client(s) and the server.
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: logs id: logs
attributes: attributes:
label: Relevant log output 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. description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell render: shell