mirror of
https://github.com/Vateron-Media/XC_VM.git
synced 2026-04-13 08:28:32 +00:00
fix(issue-templates): change version field from dropdown to input for better flexibility
This commit is contained in:
10
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
10
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -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
|
||||
|
||||
|
||||
9
.github/ISSUE_TEMPLATE/other.yml
vendored
9
.github/ISSUE_TEMPLATE/other.yml
vendored
@@ -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
|
||||
|
||||
|
||||
11
.github/ISSUE_TEMPLATE/security.yml
vendored
11
.github/ISSUE_TEMPLATE/security.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user