Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,20 @@ body:
description: What you're experiencing.
validations:
required: true
- type: checkboxes
- type: dropdown
id: flavor
attributes:
label: Flavors
description: Are you using one of the following platform-specific APIs?
multiple: true
options:
- label: Script tag
- label: React
- label: Python/Jupyter notebook
- label: MapboxOverlay
- label: GoogleMapsOverlay
- label: CARTO
- label: ArcGIS
- Script tag
- React
- Python/Jupyter notebook
- MapboxOverlay
- GoogleMapsOverlay
- CARTO
- ArcGIS
- type: textarea
attributes:
label: Expected Behavior
Expand Down
Loading