- Fork it
- Install requirements
- Create your feature branch (
git checkout -b feat/my-new-feature
) - Commit your changes (
git commit -am 'feat: Added some awesome new feature'
) - Add tests and test your changes with
cargo test
- If all of the tests pass, open a pull request pointing to the main branch
- Wait for approval
This project adheres to the Conventional Commits guidelines.
This project uses rustfmt to maintain code style and best practices.