Skip to content

Commit be5af4b

Browse files
committed
Add pull request template
1 parent 3180f36 commit be5af4b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
- [ ] I have disclosed use of any AI generated code in my commit messages.
2+
- If you are using an LLM, and do not fully understand the changes it is making to the code base, do not create a PR.
3+
- In our experience, AI generated code often results in overly complex code that lacks enough context for a proper fix or feature inclusion. This results in considerably longer code reviews. Due to this, AI authored or partially authored PRs may be closed without comment.
4+
- [ ] I understand these changes in full and will be able to respond to review comments.
5+
- [ ] My change is accurately described in the commit message.
6+
- [ ] My contribution is tested and working as described.
7+
- [ ] I have read the [Developer Certificate of Origin](https://developercertificate.org/) and certify my contribution under its conditions.
8+

0 commit comments

Comments
 (0)