Adds Sermon Distributor version, php version, and apache version choices to a-bug.yml
This commit is contained in:
parent
ab9db903ed
commit
168636882d
@ -24,15 +24,58 @@ body:
|
||||
- type: dropdown
|
||||
id: system
|
||||
attributes:
|
||||
label: Which Joomla version were you using?
|
||||
label: Which Joomla version are you using?
|
||||
multiple: true
|
||||
options:
|
||||
- Latest
|
||||
- Joomla 5
|
||||
- Joomla 4
|
||||
- Joomla 3
|
||||
- Other
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: system
|
||||
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: system
|
||||
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: system
|
||||
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
|
||||
id: area
|
||||
attributes:
|
||||
|
Loading…
Reference in New Issue
Block a user