From 5a63c542fca96bacd9de9791358e77f0eb5ddb6d Mon Sep 17 00:00:00 2001 From: Pranshul Date: Wed, 20 Nov 2024 18:58:41 +0530 Subject: [PATCH] fixed checkboxes Signed-off-by: Pranshul --- .github/ISSUE_TEMPLATE/new-weather-provider.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/new-weather-provider.yml b/.github/ISSUE_TEMPLATE/new-weather-provider.yml index 6c208d56..0900d3e0 100644 --- a/.github/ISSUE_TEMPLATE/new-weather-provider.yml +++ b/.github/ISSUE_TEMPLATE/new-weather-provider.yml @@ -34,6 +34,7 @@ body: options: - label: "Yes" - label: "No" + disabled: true # Disable the checkboxes after issue creation - type: checkboxes id: regions_supported attributes: @@ -42,6 +43,7 @@ body: options: - label: "Global" - label: "Regional (Specify Below)" + disabled: true # Disable the checkboxes after issue creation - type: textarea id: specify_regions attributes: