Enhance PR template with AI checks
Added checks for AI generated PRs to the template.
This commit is contained in:
5
.github/pull_request_template.md
vendored
5
.github/pull_request_template.md
vendored
@@ -5,7 +5,6 @@
|
|||||||
# How are we solving the problem?
|
# How are we solving the problem?
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# How is the PR tested?
|
# How is the PR tested?
|
||||||
|
|
||||||
|
|
||||||
@@ -13,3 +12,7 @@
|
|||||||
# Checks
|
# Checks
|
||||||
- [ ] I have added unit tests if possible.
|
- [ ] I have added unit tests if possible.
|
||||||
- [ ] I will add related wiki document changes and link to this PR after merging.
|
- [ ] 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user