- Fork and clone the repository.
- Create a branch from
master. - Make your change with tests.
- Run checks locally:
cargo fmt --all
cargo clippy --all-targets --all-features -- -D warnings
cargo test -q- Open a pull request with:
- A clear problem statement
- A concise solution summary
- Any benchmark or behavior changes
- Keep commits focused and atomic.
- Use descriptive commit messages.
- Avoid unrelated formatting-only changes.