Contributing
All contributions are welcome. PRs are checked by CI.
Run Tests
Section titled “Run Tests”import-tree uses checkmate for testing:
nix flake check github:vic/checkmate --override-input target path:.Format Code
Section titled “Format Code”nix run github:vic/checkmate#fmtBug Reports
Section titled “Bug Reports”Open an issue with a minimal reproduction.
If possible, include a failing test case — the test suite is in checkmate/modules/tests.nix and the test tree fixtures are in checkmate/tree/.
Documentation
Section titled “Documentation”The documentation site lives under ./docs/. It uses Starlight.
To run locally:
cd docs && pnpm install && pnpm run dev