Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 1009 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (8 loc) · 1009 Bytes

Contributing

We welcome contributions from the community and love getting help from people who want to make this project better.

Contributor License Agreement (CLA)

Before submitting your first pull request, you must sign the individual Contributor License Agreement.

This only has to be done once as it covers all of our GitHub repositories. You sign it electronically, so it's quick and easy, and should only take you a minute. The CLA is based on Apache's Individual Contributor License Agreement v2.0.

How to submit a pull request

All changes must come through a pull request from a forked repository. Submit pull requests to the develop branch, as we are fans of the git flow workflow model.

Make sure that your branch builds successfully prior to issuing a pull request. This ensures that all the tests passed, the code is formatted correctly, etc.