Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 450 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (10 loc) · 450 Bytes

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

You can set-up a pre-commit hooks that automatically runs cargo fmt and cargo clippy by running:

ln -s ../../.github/pre-commit .git/hooks

Note: running Clippy can take a while the first while, but subsequent run should only take a second or so.