Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 876 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (21 loc) · 876 Bytes

Contributing to Ol-Cesium

Thanks for your interest in contributing to Ol-Cesium.

Contributor License Agreement

Your contribution will be under our license as per GitHub's terms of service.

Setting up development environment

You will obviously start by forking the ol-cesium repository.

npm i
npm start
browse http://localhost:1234

The check target

npm run check

Run this before every commit. It will catch many problems quickly.

Address a single issue or add a single item of functionality

Please submit separate pull requests for separate issues. This allows each to be reviewed on its own merits.