From 54b59e24ca500355ac38f9a4954d2ee6431a93dd Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 29 Aug 2025 03:46:56 -0400 Subject: [PATCH] Add PVE version to bug report template (#7276) --- .github/ISSUE_TEMPLATE/bug_report.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index a9e0b9b49e..cb61e1623b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -67,6 +67,14 @@ body: validations: required: true + - type: input + id: pve_version + attributes: + label: 📈 Which Proxmox version are you on? + placeholder: "run pveversion in your PVE node console" + validations: + required: true + - type: textarea id: issue_description attributes: