Fix issue triage template (#879)
This commit is contained in:
@@ -65,7 +65,7 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Smartmontools Version
|
label: Smartmontools Version
|
||||||
description: The version of smartmontools you are using (or "docker", if you're using the docker image)
|
description: The version of smartmontools you are using (or "docker", if you're using the docker image)
|
||||||
placeholder: 7.2
|
placeholder: "7.2"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
@@ -91,9 +91,9 @@ body:
|
|||||||
label: Deployment Method
|
label: Deployment Method
|
||||||
description: How are you running scrutiny?
|
description: How are you running scrutiny?
|
||||||
options:
|
options:
|
||||||
- docker
|
- label: docker
|
||||||
- binaries
|
- label: binaries
|
||||||
- systemd
|
- label: systemd
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
@@ -109,9 +109,9 @@ body:
|
|||||||
label: smartctl output
|
label: smartctl output
|
||||||
description: |
|
description: |
|
||||||
What is the output of smartctl --xall --json <drive>?
|
What is the output of smartctl --xall --json <drive>?
|
||||||
|
render: json
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
render: json
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: scrutiny.yaml
|
label: scrutiny.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user