No description
Find a file Use this template
2026-01-03 05:28:19 +01:00
src Hello World! 2026-01-03 05:13:28 +01:00
.gitignore Add anti-AI contribution policy 2026-01-03 05:28:19 +01:00
LICENCE Hello World! 2026-01-03 05:13:28 +01:00
README.md Add anti-AI contribution policy 2026-01-03 05:28:19 +01:00

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:
    1. You review the generated code.
    2. You understand how it works.
    3. You take full responsibility for the code quality and potential bugs.
    4. 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.