From ea0e477033a084d5396ab99620d25ce042d29844 Mon Sep 17 00:00:00 2001 From: DarkSky <25152247+darkskygit@users.noreply.github.com> Date: Wed, 2 Sep 2026 20:59:52 +0800 Subject: [PATCH] chore(docs): update pr templates Added additional checklist items for PR submissions regarding AI-generated edits and code quality agreement. --- .github/PULL_REQUEST_TEMPLATE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9e2fca9e25..0f2c462768 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -16,3 +16,5 @@ Types: feat fix docs style refactor perf test build ci chore revert - [ ] The PR targets the `canary` branch and its title follows [Conventional Commits](https://www.conventionalcommits.org/) - [ ] Tests are added or updated where it makes sense - [ ] `yarn lint` and `yarn typecheck` pass locally +- [ ] If the PR code includes AI-generated edits, I have carefully reviewed it to ensure that the scope of the PR is consistent with what is claimed in the title and description, and that there are no redundant or invalid implementations. +- [ ] I agree that maintainers may close the PR without discussion if they consider the code quality to be too low.