Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 572 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (8 loc) · 572 Bytes

Contributing to rjazz

All contributions are welcome: source code, documentation, examples, tutorials, etc.

If you want to contribute to rjazz:

  • Fork this repository and do your changes in a new branch in your fork.
  • Send a pull request against the master branch of this repo (the upstream repo, not your fork). Contributions should be done through pull requests to simplify the review.
  • Add github member sbasaldua as a reviewer
  • If possible, follow the style already implemented, respect naming conventions and run both unit tests and functional tests.