Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 1.22 KB

CONTRIBUTING.md

File metadata and controls

21 lines (11 loc) · 1.22 KB

Contributing to OpenSphere

Questions

Forum coming soon!

Bug Reports

Please use the GitHub Issue Tracker. As always, please search first to see if your issue has already been submitted.

Learning the Code

Our API contains many extensions to the OpenLayers API, so it would help to get familiar with Layers, Sources, Features, and Geometries from some of their examples and documentation.

There are readme.md files placed in various packages to help explain the different stacks. The root readme has a high level overview of everything.

Contributing Code

Our developer guide has an overview of the build system, development, and testing the application in both compiled and debug modes.

We prefer that all contributions take place through pull requests. Please ensure that your pull request passes our pull request checklist below before submitting it.