From f7fea2b19afeaade31c6fa1a37c124c1fa59e15b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E9=9B=85=20misaki=20masa?= Date: Mon, 25 May 2026 09:31:04 +0800 Subject: [PATCH] docs: update contributing guidelines --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c74755d8..21c1e5c9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -164,3 +164,10 @@ We want you to succeed, and it can be discouraging to find that a lot of re-work - Your code passes all tests and lints. - Your pull request description clearly explains the changes and why they are needed. 4. Address any review comments. Make sure to push updates to the same branch on your fork. + +## AI Policy + +1. All issue, PR, and discussion descriptions must be written by humans, not AI. +2. Any use of AI must be disclosed. You must declare which model you used and the extent of AI assistance. +3. Any AI-generated code must be reviewed, tested, and simplified by a human before publishing. This requires you to fully understand how it interacts with the greater system without AI assistance. +4. Any AI tools used must explicitly state they do not assert copyright over the work.