From 502860ebfb0451c4766146b0dbb7cada5a164a13 Mon Sep 17 00:00:00 2001 From: Malachi van der Merwe Date: Tue, 5 Mar 2024 14:59:36 +0200 Subject: [PATCH] Adds Joomla Sermon Distributor version, PHP version, and Apache version --- .gitea/ISSUE_TEMPLATE/h-test.yml | 45 +++++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/.gitea/ISSUE_TEMPLATE/h-test.yml b/.gitea/ISSUE_TEMPLATE/h-test.yml index 4df1b69a..d3cdfd56 100644 --- a/.gitea/ISSUE_TEMPLATE/h-test.yml +++ b/.gitea/ISSUE_TEMPLATE/h-test.yml @@ -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: