Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 256 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (12 loc) · 256 Bytes

Contributing

  1. Run nix-shell to install the pre-commit hooks.

  2. Make your contribution.

  3. Run these successfully.

stack clean
stack test --pedantic
nix flake check
  1. Make a PR to development.
  2. Make sure CI passes
  3. Ask for review