From dd9b9aa30e79165d0110caaee5a78dda9417dfe0 Mon Sep 17 00:00:00 2001 From: Lemuel van der Merwe Date: Tue, 5 Mar 2024 15:02:22 +0200 Subject: [PATCH] Adds Sermon Distributor version choice to g-security.yml --- .gitea/ISSUE_TEMPLATE/g-security.yml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) 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