diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 5fe0ba7e3..aee1da48c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -24,3 +24,17 @@ I have tested this pull request on: **Operating system name and version:** **Compiler name and version:** + +## Checks + + + +I have ensured that: + +- [ ] The code I am submitting is my own work and/or I have permission from the author to share it. +- [ ] Generative AI (Copilot, ChatGPT, etc) was not used to create any part of this pull request. +- [ ] If the pull request contains a security fix I have followed the reporting rules mentioned in [the security policy](https://github.com/anope/anope/security/policy) (delete if not applicable). +- [ ] I have documented any features added by this pull request (delete if not applicable). +- [ ] This pull request does not introduce any incompatible API changes (stable branches only, delete if not applicable).