If you've found a bug, please contribute a failing test case so we can study and fix it.
Get working code on a personal branch with tests passing before you submit a PR:
./gradlew test
Please make every effort to follow existing conventions and style in order to keep the code as
readable as possible. Our project has .editorconfig
file, please enable EditorConfig support into your idea.
Contribute code changes through GitHub by forking the repository and sending a pull request. We squash all pull requests on merge.
Use java 11