Skip to content

Files

Latest commit

67fd7be · Aug 17, 2022

History

History
26 lines (17 loc) · 591 Bytes
·

CONTRIBUTING.md

File metadata and controls

26 lines (17 loc) · 591 Bytes
·

Contributing

This is still an experimental SDK so we're more than happy to discuss feedback and receive pull requests!

Code style

The project uses ktlint and spotless to make sure the code is formatted properly. We recommend that you setup a pre-commit hook that runs a spotless check when you try to commit.

Git commit hook

Navigate to the root folder and install the hook:

git config core.hooksPath .hooks/

To run the build and tests:

make compile

CI

Build and tests are automatically run against branches and pull requests via GH Actions.