Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 534 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (9 loc) · 534 Bytes

Contributing

Everyone are welcome to contribute or even discuss the change you wish to make a priori via issue, email or any other method.

Pull Request Process

All PR's are initally merged into develop, merging to master == new version release. Think of develop branch as the stable development version.

  1. Open a PR and request to merge into develop.
  2. Update the README.md if documentation is required.
  3. Add tests if you changed code.
  4. PR's are merged once the went through a review and received LGTM.