Update CONTRIBUTING document

main
bashrc 2026-03-16 16:07:59 +00:00
parent 78bc5f5879
commit 265ebb50ad
1 changed files with 12 additions and 0 deletions

View File

@ -16,6 +16,18 @@ Submit to https://gitlab.com/bashrc2/epicyon/issues
You can also post patches in the old-fashioned style via email to **bob@libreserver.org**. Include **[Epicyon]** in the subject line, otherwise it may be ignored. You can also post patches in the old-fashioned style via email to **bob@libreserver.org**. Include **[Epicyon]** in the subject line, otherwise it may be ignored.
## Generative AI Policy
This project does not allow contributions generated by large languages models (LLMs) and chatbots. This ban includes tools like ChatGPT, Claude, Copilot, DeepSeek, and Devin AI. We are taking these steps due to:
* The potential negative influence of AI generated content on quality.
* Legal complications such as the inability to claim copyright and ensure others' licensing and copyright have not been violated.
* Ethical concerns including but not limited to those regarding intellectual property theft, environmental impact, externalities that primarily impact already-marginalized groups, devaluing labor for the purpose of concentrating power among the billionaire class, etc.
This ban of AI generated content applies to all parts of the projects, including, but not limited to, code, documentation, issues, and artworks. An exception applies for purely translating texts for Issues, Discussions, and their comments to English.
## Development Style ## Development Style
Try not to add extra package dependencies. Dependency proliferation is something which this project is trying to avoid. Large numbers of dependencies create maintenance problems. Try not to add extra package dependencies. Dependency proliferation is something which this project is trying to avoid. Large numbers of dependencies create maintenance problems.