Add check for AI code review comments in PR template

Updated the pull request template to include a new check for addressing AI code review comments.
This commit is contained in:
Chris Lu
2026-01-23 12:19:00 -08:00
committed by GitHub
parent 7e81c0bf0d
commit b0b7bd0273

View File

@@ -12,6 +12,7 @@
# Checks
- [ ] I have added unit tests if possible.
- [ ] I will add related wiki document changes and link to this PR after merging.
- [ ] All AI code review comments have been addressed. No more comments to fix if reviewed again.
# Checks for AI generated PRs
- [ ] I have reviewed every line of code.