Thank you very much for contributing.
- Please fork the project
- Work on the code in the fork
- Create Pull Request to the main project
If you implement or change code, please run the tests so we can avoid regression. Prefably create tests before working on the code. It is also possible to create tests without adding new code. This projects uses mockito and hamcrest.
Please comment on the issues before start working on them. This way nobody is wasting time trying to achieve the same thing.
Please use Java Coding Conventions so the code is easily readable for everbody.
Use small but many commits during development. Each commit should handle only logical connected change.
Please give a small description as to what you have done and reference the issue or issues you have dealt with.