From 62e8f56914179fbe0fe538d4281650eacb274b21 Mon Sep 17 00:00:00 2001 From: Malachi van der Merwe Date: Tue, 5 Mar 2024 14:59:36 +0200 Subject: [PATCH 1/4] 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: -- 2.45.1 From 9a5386f70a60f23c69c346bae2f813ca5c1ee84a Mon Sep 17 00:00:00 2001 From: Malachi van der Merwe Date: Tue, 5 Mar 2024 16:23:24 +0200 Subject: [PATCH 2/4] Fixes the ids names in h-test.yml --- .gitea/ISSUE_TEMPLATE/h-test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/ISSUE_TEMPLATE/h-test.yml b/.gitea/ISSUE_TEMPLATE/h-test.yml index d3cdfd56..f7b87a18 100644 --- a/.gitea/ISSUE_TEMPLATE/h-test.yml +++ b/.gitea/ISSUE_TEMPLATE/h-test.yml @@ -22,7 +22,7 @@ body: value: | # Affected Components and Context - type: dropdown - id: version + id: Joomla version attributes: label: Which Joomla version is this testing issue related to? multiple: true @@ -35,7 +35,7 @@ body: validations: required: true - type: dropdown - id: version + id: Joomla Sermon Distributor version attributes: label: Which Joomla Sermon Distributor version is this testing issue related to? multiple: true @@ -49,7 +49,7 @@ body: validations: required: true - type: dropdown - id: version + id: PHP version attributes: label: Which PHP version is this testing issue related to? multiple: true @@ -64,7 +64,7 @@ body: validations: required: true - type: dropdown - id: version + id: Apache version attributes: label: Which Apache version is this testing issue related to? multiple: true -- 2.45.1 From 52c1cde9606262282e6d456445391c55e6c64d9b Mon Sep 17 00:00:00 2001 From: Malachi van der Merwe Date: Tue, 5 Mar 2024 16:36:15 +0200 Subject: [PATCH 3/4] Fixes the ids names in h-test.yml --- .gitea/ISSUE_TEMPLATE/h-test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/ISSUE_TEMPLATE/h-test.yml b/.gitea/ISSUE_TEMPLATE/h-test.yml index f7b87a18..f3ecbeef 100644 --- a/.gitea/ISSUE_TEMPLATE/h-test.yml +++ b/.gitea/ISSUE_TEMPLATE/h-test.yml @@ -22,7 +22,7 @@ body: value: | # Affected Components and Context - type: dropdown - id: Joomla version + id: joomla_version attributes: label: Which Joomla version is this testing issue related to? multiple: true @@ -35,7 +35,7 @@ body: validations: required: true - type: dropdown - id: Joomla Sermon Distributor version + id: joomla_sermon_distributor_version attributes: label: Which Joomla Sermon Distributor version is this testing issue related to? multiple: true @@ -49,7 +49,7 @@ body: validations: required: true - type: dropdown - id: PHP version + id: php_version attributes: label: Which PHP version is this testing issue related to? multiple: true @@ -64,7 +64,7 @@ body: validations: required: true - type: dropdown - id: Apache version + id: apache_version attributes: label: Which Apache version is this testing issue related to? multiple: true -- 2.45.1 From 05f9332ff3e7be01c1ba7478413d10a2e7347e6b Mon Sep 17 00:00:00 2001 From: Malachi van der Merwe Date: Tue, 5 Mar 2024 21:26:26 +0200 Subject: [PATCH 4/4] Changes joomla_sermon_distributor_version to sermon_distributor_version in h-test.yml --- .gitea/ISSUE_TEMPLATE/h-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/ISSUE_TEMPLATE/h-test.yml b/.gitea/ISSUE_TEMPLATE/h-test.yml index f3ecbeef..32e219fa 100644 --- a/.gitea/ISSUE_TEMPLATE/h-test.yml +++ b/.gitea/ISSUE_TEMPLATE/h-test.yml @@ -35,7 +35,7 @@ body: validations: required: true - type: dropdown - id: joomla_sermon_distributor_version + id: sermon_distributor_version attributes: label: Which Joomla Sermon Distributor version is this testing issue related to? multiple: true -- 2.45.1