55ed495b83
Signed-off-by: Gunwant Jain <mail@wantguns.dev>
667 B
667 B
Thanks for taking the time !
Please ensure that some basic checks are passed before creating this Pull Request:
-
Cargo Format
- Run
cargo fmton the project.
- Run
-
Clippy lints
- Run
cargo clippy -- -Dwarningson the project to check for suggestions - Run
cargo clippy --fixto let clippy apply the suggestions itself, if any.
- Run
This can be tiresome for frequent contributors, so it might would be better if you used a git pre-push hook as mentioned in the readme.
The Build CI will also check whether the project can be compiled and cross-compiled to arm64 without any errors.