We are committed to building a high-quality MLOps ecosystem. Thank you for your interest!
- Fork the repository and create your branch from
main. - Ensure your code follows the PRINCIPLES.md.
- Use DESIGN_DECISIONS.md to log any architectural changes.
- Open a Pull Request using the PULL_REQUEST_TEMPLATE.md.
- Testing: All features must include tests runnable via
cargo test && cargo clippy --all-targets -- -D warnings && pytest python/. - Quality: Run
cargo build && pip install -r python/requirements.txtand ensure a clean build. - Ethics: Follow our CODE_OF_CONDUCT.md.
- Use bug_report.md for issues.
- Use feature_request.md for ideas.