chore(docs): add AI policy

AI policy mostly plagiarized from matplotlib: https://matplotlib.org/devdocs/devel/contribute.html#generative-ai

Signed-off-by: Tayou <git@tayou.org>
This commit is contained in:
Tayou 2026-02-12 15:03:16 +01:00
parent 157ae6fb72
commit ca16d85258
No known key found for this signature in database
GPG key ID: AAAF6C17E5E51872

View file

@ -1,5 +1,16 @@
# Contributions Guidelines # Contributions Guidelines
## Restrictions on Generative AI Usage (AI Policy)
We expect authentic engagement in our community.
- Do not post output from Large Language Models or similar generative AI as comments on GitHub or our discord server, as such comments tend to be formulaic and low-quality content.
- If you use generative AI tools as an aid in developing code or documentation changes, ensure that you fully understand the proposed changes and can explain why they are the correct approach.
Make sure you have added value based on your personal competency to your contributions.
Just taking some input, feeding it to an AI and posting the result is not of value to the project.
To preserve precious core developer capacity, we reserve the right to rigorously reject seemingly AI generated low-value contributions.
## Code style ## Code style
All files are formatted with `clang-format` using the configuration in `.clang-format`. Ensure it is run on changed files before committing! All files are formatted with `clang-format` using the configuration in `.clang-format`. Ensure it is run on changed files before committing!