chore(docs): update pr templates

Added additional checklist items for PR submissions regarding AI-generated edits and code quality agreement.
This commit is contained in:
DarkSky
2026-09-02 20:59:52 +08:00
committed by GitHub
parent 4953682779
commit ea0e477033
+2
View File
@@ -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.