From e86ca7da057a613a59d5cea24b8230d9a3c914df Mon Sep 17 00:00:00 2001 From: rcourtman Date: Tue, 4 Aug 2026 10:51:08 +0100 Subject: [PATCH] chore(templates): make the image reference optional for non-container installs LXC and bare metal reporters had to type filler into a required container-image field. Refs #1675 --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 8ffd311c5..bb88689b9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -63,10 +63,10 @@ body: id: image_ref attributes: label: Image tag or digest - description: Exact image reference used by the running container. + description: For container installs, the exact image reference used by the running container. Leave blank for LXC, bare metal, and other non-container installs. placeholder: rcourtman/pulse:v6.0.0 or rcourtman/pulse@sha256:... validations: - required: true + required: false - type: dropdown id: install_type