Skip to content

Commit b36390c

Browse files
committed
Issue template refinement
1 parent 4971b73 commit b36390c

File tree

1 file changed

+56
-3
lines changed

1 file changed

+56
-3
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 56 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Bug Report
2-
description:
2+
description: Something does not work as expected
33
title: "[Bug]"
44
labels: bug
55
body:
@@ -12,7 +12,60 @@ body:
1212
We are however happy to help review and land your PRs, and publish new versions with the fixes.
1313
In order to prevent drowning in unactionable bugs, maintainers will ruthlessly close any bugs that are not clearly defined.
1414
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.
1716
Also check [existing issues](https://github.com/visgl/deck.gl-community/issues)to avoid filing duplicate bugs.
1817
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

Comments
 (0)