If you would like to contribute code you can do so through GitHub by forking the repository and sending a pull request.
When submitting code, please make every effort to follow existing conventions and style in order to keep the code as readable as possible.
All pull requests must:
- Be titled in the following format: Feature: feature description, Bugfix: bugfix description or Chore: chore description
- Pass lint tests
- Pass TravisCI tests
- Maintain current test coverage
- Receive at least one approval from an existing contributor
- ... more to follow
Anyone who submits a PR that is merged with relatively little-to-no assistance from an existing contributor will receive merge rights.
By contributing your code, you agree to license your contribution under the terms of the MIT License: http://opensource.org/licenses/MIT