@@ -3,31 +3,26 @@ description: Something does not work as expected
3
3
title : " [Bug]"
4
4
labels : bug
5
5
body :
6
+ - type : markdown
7
+ attributes :
8
+ value : |
9
+ **Note: In order to prevent drowning in unactionable bugs, maintainers will close any bugs that are not clearly actionable.**
10
+ In particular, if you are having issues with your particular build environment that are not clearly root caused,
11
+ please start a conversation in [Discussions](https://github.com/visgl/deck.gl/discussions) rather than opening issues.
12
+ Also please start new feature proposals in the Discussions section.
6
13
- type : markdown
7
14
attributes :
8
15
value : |
9
16
Thank you for taking the time to report a bug!
10
17
First, please understand this repo is called deck.gl-community because it is maintained by the community,
11
18
(there are no dedicated maintainers) meaning that we mostly rely on people who report bugs to make PRs for the fixes.
12
19
We are however happy to help review and land your PRs, and publish new versions with the fixes.
13
- - type : markdown
14
- attributes :
15
- value : |
16
- **Note: In order to prevent drowning in unactionable bugs, maintainers will ruthlessly close any bugs that are not clearly actionable.**
17
- In particular, if you are having general issues with your particular build environment,
18
- please start a conversation in [Discussions](https://github.com/visgl/deck.gl/discussions) rather than opening issues.
19
20
- type : markdown
20
21
attributes :
21
22
value : |
22
23
Tips: Before filing a new bug:
23
24
Check [existing issues](https://github.com/visgl/deck.gl-community/issues)to avoid filing duplicate bugs.
24
25
You may find answers faster by searching in [the documentation](https://deck.gl-community/search).
25
- - type : textarea
26
- attributes :
27
- label : Description
28
- description : What you're experiencing.
29
- validations :
30
- required : true
31
26
- type : checkboxes
32
27
id : flavor
33
28
attributes :
42
37
- label : deck.gl-community/layers
43
38
- label : deck.gl-community/react
44
39
- label : deck.gl-community/react-graph-layer
40
+ - type : textarea
41
+ attributes :
42
+ label : Description
43
+ description : What you're experiencing.
44
+ validations :
45
+ required : true
45
46
- type : textarea
46
47
attributes :
47
48
label : Expected Behavior
0 commit comments