Modular, context-aware and aspect-oriented dendritic Nix configurations. Discussions: https://oeiuwq.zulipchat.com/join/nqp26cd4kngon6mo3ncgnuap/ den.oeiuwq.com
configurations den dendritic nix aspect oriented

Update contributing.md

authored by oeiuwq.com and committed by

GitHub 841714c4 0aca7611

+29 -2
+29 -2
docs/src/content/docs/contributing.md
··· 7 7 8 8 ### Run Tests 9 9 10 + Run Den unit tests 11 + 10 12 ```console 11 13 nix flake check github:vic/checkmate --override-input target . 14 + ``` 15 + 16 + Run Den integration tests from templates/ci. 17 + 18 + ```console 19 + nix flake check -L --override-input den . ./templates/ci 12 20 ``` 13 21 14 22 ### Format Code ··· 17 25 nix run github:vic/checkmate#fmt --override-input target . 18 26 ``` 19 27 20 - ### Report Bugs 28 + ### Bug Reports 21 29 22 30 Use the `bogus` template to create a minimal reproduction: 23 31 ··· 28 36 nix flake check 29 37 ``` 30 38 31 - Share your repository with us on [Discussions](https://github.com/vic/den/discussions). 39 + Share your repository with us on [Discussions](https://github.com/vic/den/discussions). 40 + 41 + Or even better, send a PR with a failing test, both the bogus template and CI use the same test helpers. 42 + 43 + Failing tests are an awesome way to improve Den. Thanks :) 44 + 45 + ### Contributing Documentation 46 + 47 + If you have found some dead link or spelling/grammatical errors, please help by sending a PR. 48 + 49 + The documentation website is under `./docs/`, You can run it locally with: `pnpm run dev`. 50 + 51 + 52 + ### Helping other people 53 + 54 + One of the best forms of contribution does not even involves PR. Hang out in our community 55 + channels and help others getting aboard. Helping others is the best way to contribute. 56 + 57 + Thanks, You are awesome! 58 +