From 0be0df5cec840055472352ac915a9e62920399f3 Mon Sep 17 00:00:00 2001 From: Lemuel van der Merwe Date: Tue, 9 Apr 2024 15:44:14 +0200 Subject: [PATCH] Removes a unnecessary question box from a-bug.yml in the issue_template. --- .gitea/ISSUE_TEMPLATE/a-bug.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.gitea/ISSUE_TEMPLATE/a-bug.yml b/.gitea/ISSUE_TEMPLATE/a-bug.yml index 3de278ba0..01a78f1a9 100644 --- a/.gitea/ISSUE_TEMPLATE/a-bug.yml +++ b/.gitea/ISSUE_TEMPLATE/a-bug.yml @@ -91,17 +91,6 @@ body: placeholder: e.g., v5.0.0-alpha3 validations: required: true - - type: dropdown - id: jcb_installed_on_joomla - attributes: - label: Which Joomla version is JCB installed on? - multiple: true - options: - - Joomla 5 - - Joomla 4 - - Joomla 3 - validations: - required: true - type: dropdown id: area attributes: -- 2.45.1