- Code compiles without errors (
cargo check --workspace) - No new clippy warnings (
cargo clippy --workspace -- -D warnings) - Code is formatted (
cargo fmt --all) - Tests pass (
cargo test --workspace) - New code has tests (if applicable)
- Documentation updated (if applicable)