allow initially AI-generated content

This commit is contained in:
Xuan Son Nguyen
2025-12-27 13:08:56 +01:00
parent 0598c9aa2d
commit 766ea7fea8

View File

@@ -5,7 +5,7 @@
>
> Read more: [CONTRIBUTING.md](CONTRIBUTING.md)
Code that is initially generated by AI and subsequently edited will still be considered AI-generated. AI assistance is permissible only when the majority of the code is authored by a human contributor, with AI employed exclusively for corrections or to expand on verbose modifications that the contributor has already conceptualized (e.g., generating repeated lines with minor variations).
AI assistance is permissible only when the majority of the code is authored by a human contributor, with AI employed exclusively for corrections or to expand on verbose modifications that the contributor has already conceptualized (see examples below)
---
@@ -17,7 +17,13 @@ These use cases are **permitted** when making a contribution with the help of AI
- Learning about specific techniques used in the project
- Pointing out documents, links, and parts of the code that are worth your time
- Reviewing human-written code and providing suggestions for improvements
- Expanding on verbose modifications that the contributor has already conceptualized (e.g., generating repeated lines with minor variations)
- Expanding on verbose modifications that the contributor has already conceptualized. For example:
- Generating repeated lines with minor variations
- Formatting code for consistency and readability
- Completing code segments based on established patterns
- Drafting documentation for project components with which the contributor is already familiar
AI-generated code that has undergone extensive human editing may be accepted, provided you (1) fully understand the AI's initial output, (2) can debug any issues independently (with or without further AI assistance), and (3) are prepared to discuss it directly with human reviewers.
**All AI usage requires explicit disclosure**, except in these cases: