We welcome contributions to Loom! Please read the following guidelines before submitting a pull request.
Before open a PR, please make sure that all tests are passing and the code is properly formatted.
make test
make swap-test-all
make clippy
make fmt
make taplo
See https://pre-commit.com for a detailed guide on how to install pre-commit hooks. Then run in the root of the repository:
pre-commit install
To install the tools required to run the tests and format the code, run:
cargo install taplo-cli --locked