From b0217979194a548640104a1146156abc3d325b7d Mon Sep 17 00:00:00 2001 From: Aram Akhavan Date: Sat, 7 Feb 2026 20:18:57 -0800 Subject: [PATCH] Fix issue triage template (#879) --- .github/DISCUSSION_TEMPLATE/issue-triage.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/DISCUSSION_TEMPLATE/issue-triage.yml b/.github/DISCUSSION_TEMPLATE/issue-triage.yml index 3b26c24..8aac1f9 100644 --- a/.github/DISCUSSION_TEMPLATE/issue-triage.yml +++ b/.github/DISCUSSION_TEMPLATE/issue-triage.yml @@ -65,7 +65,7 @@ body: attributes: label: Smartmontools Version description: The version of smartmontools you are using (or "docker", if you're using the docker image) - placeholder: 7.2 + placeholder: "7.2" validations: required: true - type: input @@ -91,9 +91,9 @@ body: label: Deployment Method description: How are you running scrutiny? options: - - docker - - binaries - - systemd + - label: docker + - label: binaries + - label: systemd validations: required: true - type: input @@ -109,9 +109,9 @@ body: label: smartctl output description: | What is the output of smartctl --xall --json ? + render: json validations: required: false - render: json - type: textarea attributes: label: scrutiny.yaml