From 5a63c542fca96bacd9de9791358e77f0eb5ddb6d Mon Sep 17 00:00:00 2001 From: Pranshul Date: Wed, 20 Nov 2024 18:58:41 +0530 Subject: [PATCH 1/3] 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: From 1c24dcd06497e19d29b8e3711996d7be0d379bd1 Mon Sep 17 00:00:00 2001 From: Pranshul Date: Wed, 20 Nov 2024 18:59:11 +0530 Subject: [PATCH 2/3] Update new-weather-provider.yml Signed-off-by: Pranshul --- .github/ISSUE_TEMPLATE/new-weather-provider.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/new-weather-provider.yml b/.github/ISSUE_TEMPLATE/new-weather-provider.yml index 0900d3e0..39598d9e 100644 --- a/.github/ISSUE_TEMPLATE/new-weather-provider.yml +++ b/.github/ISSUE_TEMPLATE/new-weather-provider.yml @@ -34,7 +34,7 @@ body: options: - label: "Yes" - label: "No" - disabled: true # Disable the checkboxes after issue creation + disable: true - type: checkboxes id: regions_supported attributes: @@ -43,7 +43,7 @@ body: options: - label: "Global" - label: "Regional (Specify Below)" - disabled: true # Disable the checkboxes after issue creation + disable: true - type: textarea id: specify_regions attributes: From a62e4381d971854a78ad9df10cb92eb40616166b Mon Sep 17 00:00:00 2001 From: Pranshul Date: Wed, 20 Nov 2024 19:03:58 +0530 Subject: [PATCH 3/3] removed checkboxes issues Signed-off-by: Pranshul --- .../ISSUE_TEMPLATE/new-weather-provider.yml | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/new-weather-provider.yml b/.github/ISSUE_TEMPLATE/new-weather-provider.yml index 39598d9e..925bbcb1 100644 --- a/.github/ISSUE_TEMPLATE/new-weather-provider.yml +++ b/.github/ISSUE_TEMPLATE/new-weather-provider.yml @@ -26,24 +26,24 @@ body: label: Key Features or Benefits placeholder: List specific features of the provider that you think would improve the app. (e.g., Hourly forecasts, radar data, historical weather, etc.) - - type: checkboxes + - type: input id: api_info attributes: label: Provider's API Information description: Does the provider have a free API tier? - options: - - label: "Yes" - - label: "No" - disable: true - - type: checkboxes + placeholder: | + "Yes or no" + validations: + required: true + - type: input id: regions_supported attributes: label: Regions Supported description: Is this provider suitable for a global audience or specific regions? - options: - - label: "Global" - - label: "Regional (Specify Below)" - disable: true + placeholder: | + "global or specific" + validations: + required: true - type: textarea id: specify_regions attributes: