Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 843 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (18 loc) · 843 Bytes

Contribute

These are the basic steps for contributing to Sahale:

  1. Fork from the master branch
  2. Make your changes
  3. Document new functionality as appropriate
  4. Add new tests if possible
  5. Run the test suite with mvn test
  6. Push your changes to your fork.
  7. Send a pull request!

Every pull request will be built and tested with Travis CI.

Contributors