From 9d2cbb0f7a4ecca584bc7d135a5048a6bcff997a Mon Sep 17 00:00:00 2001 From: Lemuel van der Merwe Date: Tue, 5 Mar 2024 16:00:27 +0200 Subject: [PATCH] Fixes the dropdown ids in a-bug.yml --- .gitea/ISSUE_TEMPLATE/a-bug.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/ISSUE_TEMPLATE/a-bug.yml b/.gitea/ISSUE_TEMPLATE/a-bug.yml index c283e209..49a2cacd 100644 --- a/.gitea/ISSUE_TEMPLATE/a-bug.yml +++ b/.gitea/ISSUE_TEMPLATE/a-bug.yml @@ -22,7 +22,7 @@ body: value: | # Environment Details - type: dropdown - id: system + id: joomla_version attributes: label: Which Joomla version are you using? multiple: true @@ -35,7 +35,7 @@ body: validations: required: true - type: dropdown - id: system + id: sermon_distributor_version attributes: label: Which Joomla Sermon Distributor version are you using? multiple: true @@ -49,7 +49,7 @@ body: validations: required: true - type: dropdown - id: system + id: php_version attributes: label: Which PHP version are you using? multiple: true @@ -64,7 +64,7 @@ body: validations: required: true - type: dropdown - id: system + id: apache_version attributes: label: Which Apache version are you using? multiple: true