···7788### Run Tests
991010+Run Den unit tests
1111+1012```console
1113nix flake check github:vic/checkmate --override-input target .
1414+```
1515+1616+Run Den integration tests from templates/ci.
1717+1818+```console
1919+nix flake check -L --override-input den . ./templates/ci
1220```
13211422### Format Code
···1725nix run github:vic/checkmate#fmt --override-input target .
1826```
19272020-### Report Bugs
2828+### Bug Reports
21292230Use the `bogus` template to create a minimal reproduction:
2331···2836nix flake check
2937```
30383131-Share your repository with us on [Discussions](https://github.com/vic/den/discussions).3939+Share your repository with us on [Discussions](https://github.com/vic/den/discussions).
4040+4141+Or even better, send a PR with a failing test, both the bogus template and CI use the same test helpers.
4242+4343+Failing tests are an awesome way to improve Den. Thanks :)
4444+4545+### Contributing Documentation
4646+4747+If you have found some dead link or spelling/grammatical errors, please help by sending a PR.
4848+4949+The documentation website is under `./docs/`, You can run it locally with: `pnpm run dev`.
5050+5151+5252+### Helping other people
5353+5454+One of the best forms of contribution does not even involves PR. Hang out in our community
5555+channels and help others getting aboard. Helping others is the best way to contribute.
5656+5757+Thanks, You are awesome!
5858+