# Contributing
Thanks for considering a contribution.
## Quick start
```sh
git clone https://github.com/p-vbordei/context-compressor-rs.git
cd context-compressor-rs
cargo test
```
## Workflow
1. Open an issue first for non-trivial changes.
2. Fork, branch from `main`, make changes.
3. Run `cargo test` and `cargo clippy --all-targets -- -D warnings` locally before pushing.
4. Open a PR with a clear description.
## License
By contributing you agree your contribution will be licensed under the project's existing license (Apache-2.0).