These are the basic steps for contributing to Sahale:
- Fork from the master branch
- Make your changes
- Document new functionality as appropriate
- Add new tests if possible
- Run the test suite with
mvn test
- Push your changes to your fork.
- Send a pull request!
Every pull request will be built and tested with Travis CI.