We love pull requests. Here is a quick guide:
- You need to have a JDK (at least version 1.5) installed.
- Fork the repo (see https://help.github.com/articles/fork-a-repo).
- Create a new branch from master.
- Ensure that you have a clean state by running
./gradlew clean build
. - Add your change together with a test (tests are not needed for refactorings and documentation changes).
- Format your code: Only format the code you have changed.
- Run
./gradlew clean build
again and ensure all tests are passing. - Push to your fork/branch and submit a pull request.
Now you are waiting on us. We review your pull request and at least leave some comments.
Note: If you are thinking of providing a fix for one of the bugs or feature requests, it is usually a good idea to add a comment to the bug to make sure that there is agreement on how we should proceed.