Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 639 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (9 loc) · 639 Bytes

We love pull requests. Here is a quick guide:

  1. You need to have Maven and a JDK (at least version 1.5) installed.
  2. Fork the repo.
  3. Ensure that you have a clean state by running mvn verify.
  4. Add your change together with a test. (Tests are not needed for refactorings and documentation changes.)
  5. Format your code: Import the JUnit project in Eclipse and use its formatter or apply the rules in the CODING_STYLE file manually.
  6. Run mvn verify again and ensure all tests are passing.
  7. Push to your fork and submit a pull request.

Now you are waiting on us. We review your pull request and at least leave some comments.