Thank you for your interest in contributing! This project uses the standard Go toolchain and keeps the workflow simple.
-
Run the precommit checks to format, vet and lint your code:
make precommit make tidy
-
Run the CI checks locally:
make ci
-
Commit your changes and open a pull request on GitHub targeting the
mainbranch.
We appreciate bug fixes, new features and improvements to the documentation. Thanks for contributing!