Skip to content

Commit

Permalink
Adds Sermon Distributor version choice to g-security.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lemuelvdm committed Mar 5, 2024
1 parent 1686368 commit dd9b9aa
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .gitea/ISSUE_TEMPLATE/g-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,29 @@ body:
label: Which Joomla version could potentially be affected?
multiple: true
options:
- Latest
- Joomla 5
- Joomla 4
- Joomla 3
- All
- Other
validations:
required: true
- type: dropdown
id: system
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
id: non-sensitive-details
attributes:
Expand All @@ -45,4 +61,4 @@ body:
id: comments
attributes:
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.

0 comments on commit dd9b9aa

Please sign in to comment.