Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 907 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (17 loc) · 907 Bytes

Contribution

Thank you very much for contributing.

How to?

  • Please fork the project
  • Work on the code in the fork
  • Create Pull Request to the main project

Testing

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.

Working on issues

Please comment on the issues before start working on them. This way nobody is wasting time trying to achieve the same thing.

Coding

Please use Java Coding Conventions so the code is easily readable for everbody.

Commits

Use small but many commits during development. Each commit should handle only logical connected change.

Pull Requests

Please give a small description as to what you have done and reference the issue or issues you have dealt with.