···5566All contributions welcome. PRs are checked by CI.
7788+### AI-assisted Contributions Policy
99+1010+AI assisted code contributions are subject to you agree with the following:
1111+1212+Tag your Issue / Pull-Request with the `ai-assisted` tag for future tracking and accountability.
1313+1414+Copy these terms into your PR description, and check them:
1515+1616+```markdown
1717+I <your-legal-name>, explicitly aknowledge the following:
1818+- [ ] My contribution is AI generated and I mention which models/mcp-servers/tools were used.
1919+- [ ] I recognize AI generated contribution as my own and am myself legally accountable for it.
2020+- [ ] My contribution aligns with Den LICENSE and does not violate any other projects licenses (e.g. GPL)
2121+- [ ] I will truthfully answer and provide any requested details on how contribution was generated.
2222+```
2323+2424+Having marked those, ensure that
2525+2626+- Your contribution is minimal and does not introduce unnecessary, unrelated, accidental complexity.
2727+- You removed repetition and polished code as you would have authored it and is suitable for maintainers.
2828+- You are responsable for problems/bugs caused by your contribution and will promptly fix them.
2929+- The bigger the contribution the more likely it will be rejected. Make several focused PRs.
3030+- Do not ask maintainers to read or interpret prose generated by an AI for you.
3131+- Please avoid sending AI assisted PR if you are not willing to understand Den codebase first.
3232+833### Run tasks
9341035Use `just help` to get a list of all tasks.
···16411742### Bug Reports
18431919-Use the `bogus` template to create a minimal reproduction:
2020-2121-```console
2222-mkdir bogus && cd bogus
2323-nix flake init -t github:vic/den#bogus
2424-nix flake update den
2525-nix flake check
2626-```
2727-2828-Share your repository with us on [Discussions](https://github.com/vic/den/discussions).
2929-3030-Or even better, send a PR with a failing test, both the bogus template and CI use the same test helpers.
4444+Use the [bogus template](/tutorials/bogus) to create a minimal reproduction.
31453246Failing tests are an awesome way to improve Den. Thanks :)
3347