diff --git a/.gitea/ISSUE_TEMPLATE/g-security.yml b/.gitea/ISSUE_TEMPLATE/g-security.yml index d0c74bf2..67bc7591 100644 --- a/.gitea/ISSUE_TEMPLATE/g-security.yml +++ b/.gitea/ISSUE_TEMPLATE/g-security.yml @@ -26,6 +26,7 @@ body: label: Which Joomla version could potentially be affected? multiple: true options: + - Latest - Joomla 5 - Joomla 4 - Joomla 3 @@ -33,6 +34,21 @@ body: - 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: @@ -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. \ No newline at end of file