# Contributing
Thank you for your interest in **rust-data-processing**.
## Issues and security
- **Bugs and features:** use [GitHub Issues](https://github.com/scorpio-datalake/rust-data-processing/issues) with the **Bug Report** or **Feature Request** form when possible.
- **Security vulnerabilities:** read [`SECURITY.md`](SECURITY.md) and **do not** open a public issue.
Triage cadence, labels, and how we use “popular” signals: [`docs/ISSUE_TRIAGE.md`](docs/ISSUE_TRIAGE.md).
## Developer setup
- Rust + Cargo: see root [`README.md`](README.md) and [`README_DEV.md`](README_DEV.md).
- Python bindings: [`python-wrapper/README_DEV.md`](python-wrapper/README_DEV.md) (uv, maturin, pytest).
## Documentation
How API docs are built in CI and how to reproduce locally: [`docs/DOCUMENTATION.md`](docs/DOCUMENTATION.md).
## License
By contributing, you agree that your contributions are licensed under the same terms as the project (**MIT OR Apache-2.0**), unless you explicitly state otherwise.