Skip to content

Commit

Permalink
removed checkboxes issues
Browse files Browse the repository at this point in the history
Signed-off-by: Pranshul <[email protected]>
  • Loading branch information
PranshulGG authored Nov 20, 2024
1 parent 1c24dcd commit a62e438
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/ISSUE_TEMPLATE/new-weather-provider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a62e438

Please sign in to comment.