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
8
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: all contributions welcome (#427)

As a precursor to adopting a robust AI contributions policy, I thought
it might be useful to expand the text at the beginning of the
Contributions section. This is inspired by discussions in the matrix
channel, but ultimately is just my opinion without consensus from the
other contributors. Feel free to pick it apart!

authored by

Michael Utz and committed by
GitHub
d7a0ac6a 8d2fe019

+16 -1
+16 -1
docs/src/content/docs/contributing.md
··· 3 3 description: Report bugs and contribute pull-requests 4 4 --- 5 5 6 - All contributions welcome. PRs are checked by CI. 6 + ### All Contributions Are Welcome 7 + 8 + Please don't hesitate to create a PR. It doesn't have to be perfect. It doesn't 9 + have to be genius. But we do have one request: it does have to be *yours*. 10 + 11 + That doesn't mean you can't or shouldn't use LLMs while coding. LLMs have been 12 + involved in many aspects of building this project by most maintainers. 13 + 14 + What it does mean is that you are willing to take a sense of ownership of the 15 + PR. If you don't understand what your code does, now is the time to work with 16 + the community to grow your understanding. If that doesn't sound like something 17 + you can undertake right now, then feel free to create an issue or a discussion 18 + so we can understand how to make den better for you. 19 + 20 + PRs are checked by CI, which will give you helpful automated tips for ensuring 21 + your contribution meets the minimum standards for contributing to the codebase. 7 22 8 23 ### AI-assisted Contributions Policy 9 24