fix(issue-templates): change version field from dropdown to input for better flexibility

This commit is contained in:
Divarion-D
2026-04-06 21:03:50 +03:00
parent 27c5574906
commit b39ea928c8
3 changed files with 9 additions and 21 deletions

View File

@@ -16,16 +16,12 @@ body:
- label: I have searched existing issues and confirmed this is not a duplicate.
required: true
- type: dropdown
- type: input
id: version
attributes:
label: XC_VM Version
description: Which version of XC_VM are you running? Check with `cat /home/xc_vm/core/Config/AppConfig.php | grep VERSION`.
options:
- "2.0.1"
- "2.0.0"
- "1.x (legacy)"
- "Unknown"
description: "Which version are you running? Check with: `grep VERSION /home/xc_vm/core/Config/AppConfig.php`"
placeholder: "e.g. 2.0.1"
validations:
required: true

View File

@@ -31,15 +31,12 @@ body:
validations:
required: true
- type: dropdown
- type: input
id: version
attributes:
label: XC_VM Version (if applicable)
options:
- "2.0.1"
- "2.0.0"
- "1.x (legacy)"
- "N/A"
description: "Leave empty if not relevant."
placeholder: "e.g. 2.0.1"
validations:
required: false

View File

@@ -25,17 +25,12 @@ body:
- label: "I have searched existing issues and confirmed this is not a duplicate."
required: true
- type: dropdown
- type: input
id: version
attributes:
label: "Affected Version(s)"
description: "Which version(s) of XC_VM are affected?"
multiple: true
options:
- "2.0.1"
- "2.0.0"
- "1.x (legacy)"
- "Unknown"
description: "Which version(s) of XC_VM are affected? Comma-separate if multiple."
placeholder: "e.g. 2.0.1, 2.0.0"
validations:
required: true