Apache Paimon Rust welcomes contributions from everyone. See the full Contributing Guide for detailed instructions.
git clone https://github.com/<your-username>/paimon-rust.gitgit checkout -b feature/my-feature# Ensure you have the correct Rust toolchain rustup show # Build the project cargo build # Run all tests cargo test # Format code cargo fmt # Lint (matches CI) cargo clippy --all-targets --workspace -- -D warnings
good first issue are great starting points