Forbid usage of AI tools for good-first-issues. (#5829)

Co-authored-by: Reid Kleckner <rnk@google.com>
This commit is contained in:
Rot127 2026-01-23 05:06:24 +00:00 committed by GitHub
parent d9f41e8074
commit 521353b6fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,6 +26,12 @@ try to keep the codebase consistent and clean.
* Submit the Pull Request(PR) on Github.
* When relevant, write a test in [test/](test).
> [!IMPORTANT]
> AI tools must not be used to fix issues labelled `good first issue`.
> These issues are generally not urgent, and are intended to be learning opportunities for new contributors to get familiar with the codebase.
> Whether you are a newcomer or not, fully automating the process of fixing this issue squanders the learning opportunity and doesn't add much value to the project.
> **Using AI tools to fix issues labelled as "good first issues" is forbidden**.
## Requirements for new contributors
Due to the high number of AI-generated contributions,