From b0b7bd02734b860b764ab111b1e7876632516466 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Fri, 23 Jan 2026 12:19:00 -0800 Subject: [PATCH] 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. --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b9e226bf7..503815228 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -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.