Adds Joomla Sermon Distributor version, PHP version, and Apache version
This commit is contained in:
parent
721b25733c
commit
502860ebfb
@ -22,17 +22,60 @@ body:
|
|||||||
value: |
|
value: |
|
||||||
# Affected Components and Context
|
# Affected Components and Context
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: system
|
id: version
|
||||||
attributes:
|
attributes:
|
||||||
label: Which Joomla version is this testing issue related to?
|
label: Which Joomla version is this testing issue related to?
|
||||||
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: version
|
||||||
|
attributes:
|
||||||
|
label: Which Joomla Sermon Distributor version is this testing issue related to?
|
||||||
|
multiple: true
|
||||||
|
options:
|
||||||
|
- Latest
|
||||||
|
- v5.0
|
||||||
|
- v3.0
|
||||||
|
- v2.1
|
||||||
|
- v2.0
|
||||||
|
- Other
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
id: version
|
||||||
|
attributes:
|
||||||
|
label: Which PHP version is this testing issue related to?
|
||||||
|
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: version
|
||||||
|
attributes:
|
||||||
|
label: Which Apache version is this testing issue related to?
|
||||||
|
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:
|
||||||
|
Loading…
Reference in New Issue
Block a user