Skip to content

Commit aac1ef4

Browse files
committed
Issue template refinement
1 parent b36390c commit aac1ef4

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,17 @@ body:
2424
- type: checkboxes
2525
id: flavor
2626
attributes:
27-
label: Flavors
28-
description: Are you using one of the following platform-specific APIs?
27+
label: Module
28+
description: First, we need to understand which deck.gl-community module you are using.
2929
options:
30-
- label: Script tag
31-
- label: React
32-
- label: Python/Jupyter notebook
33-
- label: MapboxOverlay
34-
- label: GoogleMapsOverlay
35-
- label: CartoLayer
36-
- label: ArcGIS
30+
- label: deck.gl-community/arrow-layers
31+
- label: deck.gl-community/bing-maps
32+
- label: deck.gl-community/editable-layers
33+
- label: deck.gl-community/experimental
34+
- label: deck.gl-community/graph-layers
35+
- label: deck.gl-community/layers
36+
- label: deck.gl-community/react
37+
- label: deck.gl-community/react-graph-layer
3738
- type: textarea
3839
attributes:
3940
label: Expected Behavior

0 commit comments

Comments
 (0)