Contributing Development Prerequisites Rust (latest stable) Docker and Docker Compose Running Tests cargo test Building cargo build --release Running Locally docker-compose up -d --build Code Style Run formatting before submitting: cargo fmt Pull Requests Create a feature branch from dev Run tests and ensure they pass Submit a PR to dev branch