Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 872 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (21 loc) · 872 Bytes

Contributing

For local development, there isn't much to prepare:

  1. Refer to the README to see how to build from source.

  2. Optionally, set up pre-commit for the repo:

    pre-commit install

    Its main function is to shorten feedback cycles for issues CI would eventually, but much later, fail on.

  3. When adding new snapshot tests, run insta like

    cargo insta test || cargo insta review

    to generate and review new and existing snapshots.

  4. You will need a nightly toolchain available, as some development (but not build) tooling requires it: