From 25b751a93597e53dfca99673359ff56fcbcfd556 Mon Sep 17 00:00:00 2001 From: Lemuel van der Merwe Date: Tue, 9 Apr 2024 19:21:50 +0200 Subject: [PATCH] Takes away a unnecessary question from the issue_template's a-bug.yml. --- .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