You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Discussion around a new feature or enhancement
3
+
title: "[Feat]"
4
+
labels: feature
5
+
body:
6
+
- type: markdown
7
+
attributes:
8
+
value: |
9
+
Thank you for taking the time to propose a new feature!
10
+
- type: markdown
11
+
attributes:
12
+
value: |
13
+
**Warning: In order to prevent drowning in unactionable issues, feature discussions that are not getting any implementation support or continued engagement by the original reporter may be closed.**
14
+
- type: markdown
15
+
attributes:
16
+
value: |
17
+
Tips: Before filing a new feature proposal:
18
+
Consider starting new feature proposal in [GitHub Discussions](https://github.com/visgl/deck.gl-community/discussions) to see if there is interest and support from the community.
19
+
Check [existing issues](https://github.com/visgl/deck.gl-community/issues) and [Discussions](https://github.com/visgl/deck.gl-community/discussions) to avoid filing duplicate proposals.
20
+
We also use the [Open Visualization OpenJS Foundation slack channels](https://www.openvisualization.org/#get-involved) to interact with users.
21
+
- type: markdown
22
+
attributes:
23
+
value: |
24
+
Please understand that this repo is called "deck.gl-community" because it is maintained by the community.
25
+
Many modules have no dedicated maintainers, which means that we mostly rely on the people who make proposals to also contribute PRs implementing those proposal.
26
+
The vis.gl / Open Visualization leads are focused on helping review and land your PRs, and publish new versions with your fixes.
27
+
Simple features will generally land quickly if you are willing to address comments and fix linter issues (this latter is where most authors drop off, leading to their PRs being closed).
28
+
- type: textarea
29
+
attributes:
30
+
label: Target Use Case
31
+
description: How would this benefit you and other developers?
32
+
validations:
33
+
required: true
34
+
- type: textarea
35
+
attributes:
36
+
label: Proposal
37
+
description: How would this feature work? If it's a new API, use code samples to show how it will be used. If it's visual, link to an image that illustrate the desired effect.
38
+
validations:
39
+
required: true
40
+
- type: textarea
41
+
attributes:
42
+
label: Details
43
+
description: Free form text for any additional details or context.
0 commit comments