From f8d4583ecd929bb8867beec2ddac309d136d1048 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Fri, 16 Jan 2026 11:49:46 -0800 Subject: [PATCH] Enhance PR template with AI checks Added checks for AI generated PRs to the template. --- .github/pull_request_template.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 26de250af..b9e226bf7 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,7 +5,6 @@ # How are we solving the problem? - # How is the PR tested? @@ -13,3 +12,7 @@ # Checks - [ ] I have added unit tests if possible. - [ ] I will add related wiki document changes and link to this PR after merging. + +# Checks for AI generated PRs +- [ ] I have reviewed every line of code. +- [ ] The PR is kept as minimum as possible. Large PRs would not be accepted.