Skip to content

Contributing

Keeping the project small and stable limits our ability to accept new contributors. We are not seeking new committers at this time, but some small contributions are welcome.

If you’ve found a security problem, please follow our bug bounty program.

If you’ve found a bug, please contribute a failing test case so we can study and fix it.

Before code can be accepted all contributors must complete our Individual Contributor License Agreement (CLA).

Code Contributions

Get working code on a personal branch with tests passing before you submit a PR:

./gradlew clean check

Please make every effort to follow existing conventions and style in order to keep the code as readable as possible.

Contribute code changes through GitHub by forking the repository and sending a pull request. We squash all pull requests on merge.

Committer’s Guides