Browse Source

Enhance PR template with AI checks

Added checks for AI generated PRs to the template.
pull/8019/merge
Chris Lu 2 days ago
committed by GitHub
parent
commit
f8d4583ecd
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 5
      .github/pull_request_template.md

5
.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.
Loading…
Cancel
Save