Adds extra version choices to the bug and security temlpates. #41
@ -22,17 +22,60 @@ body:
|
|||||||
value: |
|
value: |
|
||||||
# Environment Details
|
# Environment Details
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: system
|
id: joomla_version
|
||||||
attributes:
|
attributes:
|
||||||
label: Which Joomla version were you using?
|
label: Which Joomla version are you using?
|
||||||
multiple: true
|
multiple: true
|
||||||
options:
|
options:
|
||||||
|
- Latest
|
||||||
- Joomla 5
|
- Joomla 5
|
||||||
- Joomla 4
|
- Joomla 4
|
||||||
- Joomla 3
|
- Joomla 3
|
||||||
- Other
|
- Other
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
id: sermon_distributor_version
|
||||||
|
attributes:
|
||||||
|
label: Which Joomla Sermon Distributor version are you using?
|
||||||
|
multiple: true
|
||||||
|
options:
|
||||||
|
- Latest
|
||||||
|
- v5.0
|
||||||
|
- v3.0
|
||||||
|
- v2.1
|
||||||
|
- v2.0
|
||||||
|
- Other
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
id: php_version
|
||||||
|
attributes:
|
||||||
|
label: Which PHP version are you using?
|
||||||
|
multiple: true
|
||||||
|
options:
|
||||||
|
- Latest
|
||||||
|
- PHP 8.3
|
||||||
|
- PHP 8.2
|
||||||
|
- PHP 8.1
|
||||||
|
- PHP 8.0
|
||||||
|
- PHP 7.4
|
||||||
|
- Other
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
id: apache_version
|
||||||
|
attributes:
|
||||||
|
label: Which Apache version are you using?
|
||||||
|
multiple: true
|
||||||
|
options:
|
||||||
|
- Latest
|
||||||
|
- Apache 2.4
|
||||||
|
- Apache 2.2
|
||||||
|
- Apache 2.0
|
||||||
|
- Other
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: area
|
id: area
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -21,11 +21,12 @@ body:
|
|||||||
value: |
|
value: |
|
||||||
# Affected Systems
|
# Affected Systems
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: system
|
id: joomla_version
|
||||||
attributes:
|
attributes:
|
||||||
label: Which Joomla version could potentially be affected?
|
label: Which Joomla version could potentially be affected?
|
||||||
multiple: true
|
multiple: true
|
||||||
options:
|
options:
|
||||||
|
- Latest
|
||||||
- Joomla 5
|
- Joomla 5
|
||||||
- Joomla 4
|
- Joomla 4
|
||||||
- Joomla 3
|
- Joomla 3
|
||||||
@ -33,6 +34,21 @@ body:
|
|||||||
- Other
|
- Other
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
id: sermon_distributor_version
|
||||||
|
attributes:
|
||||||
|
label: Which Joomla Sermon Distributor version could potentially be affected?
|
||||||
|
multiple: true
|
||||||
|
options:
|
||||||
|
- Latest
|
||||||
|
- v5.0
|
||||||
|
- v3.0
|
||||||
|
- v2.1
|
||||||
|
- v2.0
|
||||||
|
- All
|
||||||
|
- Other
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: non-sensitive-details
|
id: non-sensitive-details
|
||||||
attributes:
|
attributes:
|
||||||
@ -45,4 +61,4 @@ body:
|
|||||||
id: comments
|
id: comments
|
||||||
attributes:
|
attributes:
|
||||||
label: Additional Comments
|
label: Additional Comments
|
||||||
description: Feel free to include any further comments or pertinent details that might assist us.
|
description: Feel free to include any further comments or pertinent details that might assist us.
|
Loading…
Reference in New Issue
Block a user