From c9428c2c0f88686b297b4fc3b6b53c1c8b1d154d Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 9 Feb 2026 08:58:35 -0800 Subject: [PATCH] Modify AI review comments checklist in PR template Updated AI code review checklist to include potential additional reviews. --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 503815228..5098e5ec1 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -12,7 +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. +- [ ] All AI code review comments have been addressed. No more comments to fix if reviewed again. Reviewer may request additional gemini and copilot reviews. # Checks for AI generated PRs - [ ] I have reviewed every line of code.