|
1 | 1 | name: Bug Report
|
2 |
| -description: |
| 2 | +description: Something does not work as expected |
3 | 3 | title: "[Bug]"
|
4 | 4 | labels: bug
|
5 | 5 | body:
|
|
12 | 12 | We are however happy to help review and land your PRs, and publish new versions with the fixes.
|
13 | 13 | In order to prevent drowning in unactionable bugs, maintainers will ruthlessly close any bugs that are not clearly defined.
|
14 | 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. |
| 15 | + please start a conversation in [Discussions](https://github.com/visgl/deck.gl/discussions) rather than opening issues. |
17 | 16 | Also check [existing issues](https://github.com/visgl/deck.gl-community/issues)to avoid filing duplicate bugs.
|
18 | 17 | You may find answers faster by searching in [the documentation](https://deck.gl-community/search).
|
| 18 | +- type: textarea |
| 19 | + attributes: |
| 20 | + label: Description |
| 21 | + description: What you're experiencing. |
| 22 | + validations: |
| 23 | + required: true |
| 24 | +- type: checkboxes |
| 25 | + id: flavor |
| 26 | + attributes: |
| 27 | + label: Flavors |
| 28 | + description: Are you using one of the following platform-specific APIs? |
| 29 | + 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 |
| 37 | +- type: textarea |
| 38 | + attributes: |
| 39 | + label: Expected Behavior |
| 40 | + description: What you expect to see. |
| 41 | + validations: |
| 42 | + required: false |
| 43 | +- type: textarea |
| 44 | + attributes: |
| 45 | + label: Steps to Reproduce |
| 46 | + description: | |
| 47 | + Providing the following could help us resolve this issue faster: |
| 48 | + - A Codepen that reproduces the behavior. A good starting point is the "edit in CodePen" links in the layer documentations. |
| 49 | + - A sample of your dataset |
| 50 | + validations: |
| 51 | + required: true |
| 52 | +- type: textarea |
| 53 | + attributes: |
| 54 | + label: Environment |
| 55 | + description: | |
| 56 | + Example: |
| 57 | + - **Framework version**: deck.gl@8.9.0 |
| 58 | + - **Browser**: Chrome 110.0 |
| 59 | + - **OS**: iOS 16.3 |
| 60 | + value: | |
| 61 | + - Framework version: |
| 62 | + - Browser: |
| 63 | + - OS: |
| 64 | + validations: |
| 65 | + required: true |
| 66 | +- type: textarea |
| 67 | + attributes: |
| 68 | + label: Logs |
| 69 | + description: Check the browser console for any relevant errors or warnings. |
| 70 | + validations: |
| 71 | + required: false |
0 commit comments