No description
| src | ||
| .gitignore | ||
| LICENCE | ||
| README.md | ||
Contribution Policy
Overview
This project is Free Software licensed under the GPL v3. While anyone is free to fork, modify, and redistribute the code according to the license terms, contributions to the upstream repository must adhere to the following policy.
AI-Assisted Code
We value human intellect and understanding in software development.
Contributions that are generated entirely or predominantly by Artificial Intelligence (AI) tools without significant human modification and understanding will not be accepted.
What is not allowed:
- Copy-pasting code from AI, tools, or autonomous agents without reviewing and fully understanding the implementation.
What is allowed:
- Using AI as a "smart assistant" (e.g., for refactoring suggestions, boilerplate code) provided that:
- You review the generated code.
- You understand how it works.
- You take full responsibility for the code quality and potential bugs.
- The code is compliant with the project's style and standards.
Review Process
All contributions are subject to review. Maintainers reserve the right to reject contributions that appear to be generated without sufficient human oversight.
Git Workflow
!!! IMPORTANT !!! We are using .gitignore as a whitelist. Mark the files you want to include explicitly.