Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 567 Bytes

File metadata and controls

26 lines (17 loc) · 567 Bytes

Contributing

Thanks for your interest!

Getting Started

  1. Fork and clone the repo.
  2. Run cargo build to verify the build.
  3. Run cargo test to verify tests pass.

Making Changes

  • Run cargo fmt before committing.
  • Run cargo clippy and address all warnings.
  • Keep PRs focused on a single concern.

Commit Style

Conventional commits preferred but not required. Keep messages concise.

PR Checklist

  • cargo fmt is clean
  • cargo clippy has no warnings
  • cargo test passes
  • If adding a feature, consider adding a test