Adjust YML indentation
Signed-off-by: Dom Rodriguez <shymega@shymega.org.uk>
This commit is contained in:
parent
e26a5c376e
commit
eb3f2741d9
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue