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: