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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,8 @@ PRs and bug reports are welcome, and we are actively looking for new maintainers
9
9
10
10
The **master** branch is the active development branch.
11
11
12
-
Building deck.gl locally from the source requires node.js `>=14`. Further limitations on the Node version may be imposed by [puppeteer](https://github.com/puppeteer/puppeteer#usage) and [headless-gl](https://github.com/stackgl/headless-gl#supported-platforms-and-nodejs-versions).
13
-
We use [yarn](https://yarnpkg.com/en/docs/install) to manage the dependencies of deck.gl, and [volta](https://docs.volta.sh/guide/getting-started) to manage the Node and yarn version.
12
+
Building deck.gl locally from the source requires node.js `>=18`. Further limitations on the Node version may be imposed by [puppeteer](https://github.com/puppeteer/puppeteer#usage) and [headless-gl](https://github.com/stackgl/headless-gl#supported-platforms-and-nodejs-versions).
13
+
We use [yarn](https://yarnpkg.com/en/docs/install) to manage the dependencies of deck.gl. We currently use [volta](https://docs.volta.sh/guide/getting-started) to manage the Node and yarn version, and are transitioning to Node [corepack](https://github.com/nodejs/corepack) to manage the yarn version.
14
14
15
15
```bash
16
16
git checkout master
@@ -60,7 +60,7 @@ It is possible to test against the local source of other dependency libraries by
60
60
61
61
## Community Governance
62
62
63
-
vis.gl is part of the [OpenJS Foundation](https://openjsf.org/). See the organization's [Technical Charter](https://github.com/visgl/tsc/blob/master/Technical%20Charter.md).
63
+
vis.gl is part of the [OpenJS Foundation](https://openjsf.org/). See the organization's [Technical Charter](https://github.com/visgl/tsc/blob/master/CHARTER.md).
64
64
65
65
66
66
### Technical Steering Committee
@@ -85,15 +85,15 @@ deck.gl development is governed by the vis.gl Technical Steering Committee (TSC)
85
85
86
86
Maintainers of deck.gl have commit access to this GitHub repository, and take part in the decision making process.
87
87
88
-
If you are interested in becoming a maintainer, read the [governance guidelines](https://github.com/visgl/tsc/blob/master/governance.md).
88
+
If you are interested in becoming a maintainer, read the [governance guidelines](https://github.com/visgl/tsc/blob/master/GOVERNANCE.md).
89
89
90
-
The vis.gl TSC meets monthly and publishes meeting notes via a [mailing list](https://lists.uc.foundation/g/visgl).
91
-
This mailing list can also be utilized to reach out to the TSC.
90
+
The vis.gl TSC meets bi-weekly at the Open Visualization Biweekly Meeting via [zoom](https://zoom-lfx.platform.linuxfoundation.org/meetings/ojsf?view=month).
91
+
The [OpenJS Slack](https://slack-invite.openjsf.org/) can also be utilized to reach out to the TSC in the `#deckgl` channel.
92
92
93
93
94
94
## Code of Conduct
95
95
96
-
Please be mindful of and adhere to the Linux Foundation's [Code of Conduct](https://lfprojects.org/policies/code-of-conduct/) when contributing to deck.gl.
96
+
Please be mindful of and adhere to the OpenJS Foundation's [Code of Conduct](https://github.com/openjs-foundation/cross-project-council/blob/main/CODE_OF_CONDUCT.md) when contributing to deck.gl.
0 commit comments