We love pull requests. Here is a quick guide:
- You need to have
ant
and a JDK (at least version 1.5) installed. - Fork the repo.
- Ensure that you have a clean state by running
ant test
. - Add your change together with a test. (Tests are not needed for refactorings and documentation changes.)
- Format your code: Import the JUnit project in Eclipse and use its formatter or apply the rules in the
CODING_STYLE
file manually. - Run
ant test
again and ensure all tests are passing. - 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.