Skip to content

Commit

Permalink
Adds Joomla Sermon Distributor version, PHP version, and Apache version
Browse files Browse the repository at this point in the history
  • Loading branch information
malachivdm authored and Llewellyn committed Mar 5, 2024
1 parent 721b257 commit 502860e
Showing 1 changed file with 44 additions and 1 deletion.
45 changes: 44 additions & 1 deletion .gitea/ISSUE_TEMPLATE/h-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,60 @@ body:
value: |
# Affected Components and Context
- type: dropdown
id: system
id: version
attributes:
label: Which Joomla version is this testing issue related to?
multiple: true
options:
- Latest
- Joomla 5
- Joomla 4
- Joomla 3
- Other
validations:
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
id: area
attributes:
Expand Down

0 comments on commit 502860e

Please sign in to comment.