Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 642 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (16 loc) · 642 Bytes

Contributing

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

Code Contributions

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.

Gradle Setup

Use java 11