Add PVE version to bug report template (#7276)

This commit is contained in:
Chris 2025-08-29 03:46:56 -04:00 committed by GitHub
parent d57c613535
commit 54b59e24ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,6 +67,14 @@ body:
validations: validations:
required: true 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 - type: textarea
id: issue_description id: issue_description
attributes: attributes: