|
1 | 1 | name: Bug Report
|
2 |
| -description: Something does not work as expected |
| 2 | +description: |
3 | 3 | title: "[Bug]"
|
4 | 4 | labels: bug
|
5 | 5 | body:
|
6 | 6 | - type: markdown
|
7 | 7 | attributes:
|
8 | 8 | value: |
|
9 | 9 | Thank you for taking the time to report a bug!
|
10 |
| - You may find answers faster by searching in [the documentation](https://deck.gl/search) and [existing issues](https://github.com/visgl/deck.gl/issues). |
11 |
| - If you are unsure whether it is a bug in your own implementation or the library itself, consider starting a conversation in [Discussions](https://github.com/visgl/deck.gl/discussions) instead. |
| 10 | + First, please understand this repo is called deck.gl-community because it is maintained by the community, |
| 11 | + (there are no dedicated maintainers) meaning that we mostly rely on people who report bugs to make PRs for the fixes. |
| 12 | + We are however happy to help review and land your PRs, and publish new versions with the fixes. |
| 13 | + In order to prevent drowning in unactionable bugs, maintainers will ruthlessly close any bugs that are not clearly defined. |
| 14 | + In particular, if you are having general issues with your particular build environment, |
| 15 | + please start a conversation in [Discussions](https://github.com/visgl/deck.gl/discussions) |
| 16 | + rather than opening issues. |
| 17 | + Also check [existing issues](https://github.com/visgl/deck.gl-community/issues)to avoid filing duplicate bugs. |
| 18 | + You may find answers faster by searching in [the documentation](https://deck.gl-community/search). |
| 19 | +- type: checkboxes |
| 20 | + id: flavor |
| 21 | + attributes: |
| 22 | + label: Module |
| 23 | + description: First, we need to understand which deck.gl-community module you are using. |
| 24 | + options: |
| 25 | + - label: deck.gl-community/arrow-layers |
| 26 | + - label: deck.gl-community/bing-maps |
| 27 | + - label: deck.gl-community/editable-layers |
| 28 | + - label: deck.gl-community/experimental |
| 29 | + - label: deck.gl-community/graph-layers |
| 30 | + - label: deck.gl-community/layers |
| 31 | + - label: deck.gl-community/react |
| 32 | + - label: deck.gl-community/react-graph-layer |
12 | 33 | - type: textarea
|
13 | 34 | attributes:
|
14 | 35 | label: Description
|
15 | 36 | description: What you're experiencing.
|
16 | 37 | validations:
|
17 | 38 | required: true
|
18 |
| -- type: checkboxes |
19 |
| - id: flavor |
20 |
| - attributes: |
21 |
| - label: Flavors |
22 |
| - description: Are you using one of the following platform-specific APIs? |
23 |
| - options: |
24 |
| - - label: Script tag |
25 |
| - - label: React |
26 |
| - - label: Python/Jupyter notebook |
27 |
| - - label: MapboxOverlay |
28 |
| - - label: GoogleMapsOverlay |
29 |
| - - label: CartoLayer |
30 |
| - - label: ArcGIS |
31 | 39 | - type: textarea
|
32 | 40 | attributes:
|
33 | 41 | label: Expected Behavior
|
|
38 | 46 | attributes:
|
39 | 47 | label: Steps to Reproduce
|
40 | 48 | description: |
|
41 |
| - Providing the following could help us resolve this issue faster: |
| 49 | + Providing the following could help us understand this issue faster: |
42 | 50 | - A Codepen that reproduces the behavior. A good starting point is the "edit in CodePen" links in the layer documentations.
|
43 | 51 | - A sample of your dataset
|
44 | 52 | validations:
|
|
48 | 56 | label: Environment
|
49 | 57 | description: |
|
50 | 58 | Example:
|
51 |
| - - **Framework version**: deck.gl@8.9.0 |
52 |
| - - **Browser**: Chrome 110.0 |
53 |
| - - **OS**: iOS 16.3 |
| 59 | + - **Framework version**: @9.0.0 |
| 60 | + - **Browser**: Chrome 120.0 |
| 61 | + - **OS**: Windows 11 |
54 | 62 | value: |
|
55 | 63 | - Framework version:
|
56 | 64 | - Browser:
|
|
0 commit comments