Browse Source

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.
pull/8017/head
Chris Lu 3 days ago
committed by GitHub
parent
commit
b0b7bd0273
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      .github/pull_request_template.md

1
.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.

Loading…
Cancel
Save