Files
paste/.github/pull_request_template.md
T
2022-02-03 01:23:57 +05:30

667 B


Thanks for taking the time !

Please ensure that some basic checks are passed before creating this Pull Request:

  • Cargo Format

    • Run cargo fmt on the project.
  • Clippy lints

    • Run cargo clippy -- -Dwarnings on the project to check for suggestions
    • Run cargo clippy --fix to let clippy apply the suggestions itself, if any.

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.