Skip to content

Contributing

github-actions[bot] edited this page Aug 24, 2026 · 1 revision

Contributing

Run the following checks before opening a pull request:

cargo fmt --all -- --check
cargo clippy --all-targets --locked -- -D warnings
cargo test --locked
cargo package --locked
sh tests/install.sh

Keep pull request descriptions to one line and use conventional commit subjects.

Clone this wiki locally