Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
PranshulGG committed Nov 20, 2024
2 parents fb1dee8 + a62e438 commit e90ed31
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/ISSUE_TEMPLATE/new-weather-provider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +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"
- 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)"
placeholder: |
"global or specific"
validations:
required: true
- type: textarea
id: specify_regions
attributes:
Expand Down

0 comments on commit e90ed31

Please sign in to comment.