From b425e48afec8c43b3c5c97beb208045811ad9bf0 Mon Sep 17 00:00:00 2001 From: Simon <10131203+gaomeng1900@users.noreply.github.com> Date: Tue, 10 Mar 2026 22:06:41 +0800 Subject: [PATCH] docs: guideline against AI-generated PRs --- .github/PULL_REQUEST_TEMPLATE.md | 1 + CONTRIBUTING.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 5a0fc96..eed8cee 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -23,3 +23,4 @@ Closes #(issue) ## Requirements / 要求 - [ ] I have read and follow the [Code of Conduct](../docs/CODE_OF_CONDUCT.md) and [Contributing Guide](../CONTRIBUTING.md) . / 我已阅读并遵守行为准则。 +- [ ] This PR is NOT generated by a bot or AI agent acting autonomously. I have authored or meaningfully reviewed every change. / 此 PR 不是由 bot 或 AI 自主生成的,我已亲自编写或充分审查了每一处变更。 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1ea68cd..3599e02 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -188,6 +188,7 @@ Ask an AI to help you add documentation to the `website/` package. Follow the ex - Contributions without proper testing - Code that doesn't follow project conventions - Dependencies or code with licenses incompatible with MIT +- Bot or AI-generated pull requests without meaningful human involvement ## 📄 Legal