docs: update contributing guidelines

This commit is contained in:
三咲雅 misaki masa 2026-05-25 09:31:04 +08:00 committed by GitHub
parent d9cd1907d9
commit f7fea2b19a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.