Skip to content

Commit 4971b73

Browse files
committed
Issue template refinement
1 parent 46f8473 commit 4971b73

File tree

1 file changed

+0
-55
lines changed

1 file changed

+0
-55
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 0 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -16,58 +16,3 @@ body:
1616
rather than opening issues.
1717
Also check [existing issues](https://github.com/visgl/deck.gl-community/issues)to avoid filing duplicate bugs.
1818
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
33-
- type: textarea
34-
attributes:
35-
label: Description
36-
description: What you're experiencing.
37-
validations:
38-
required: true
39-
- type: textarea
40-
attributes:
41-
label: Expected Behavior
42-
description: What you expect to see.
43-
validations:
44-
required: false
45-
- type: textarea
46-
attributes:
47-
label: Steps to Reproduce
48-
description: |
49-
Providing the following could help us understand this issue faster:
50-
- A Codepen that reproduces the behavior. A good starting point is the "edit in CodePen" links in the layer documentations.
51-
- A sample of your dataset
52-
validations:
53-
required: true
54-
- type: textarea
55-
attributes:
56-
label: Environment
57-
description: |
58-
Example:
59-
- **Framework version**: @9.0.0
60-
- **Browser**: Chrome 120.0
61-
- **OS**: Windows 11
62-
value: |
63-
- Framework version:
64-
- Browser:
65-
- OS:
66-
validations:
67-
required: true
68-
- type: textarea
69-
attributes:
70-
label: Logs
71-
description: Check the browser console for any relevant errors or warnings.
72-
validations:
73-
required: false

0 commit comments

Comments
 (0)