Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 361 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (10 loc) · 361 Bytes

Contributing

Setup

  1. Install Rust (instructions at rustup.rs)
  2. Fork the repo
  3. Clone your fork

Workflow

  • Make your changes in your fork
  • Create a PR, even before your contribution if ready. You will get early feedback, which is great for everybody.

CI checks

  • The code is checked for correct formatting with rustfmt.