From 01fc7421b6655185f3efd976ec461001aa0f7abe Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Wed, 20 May 2026 22:13:38 +0100 Subject: [PATCH] Backport the pull request checks from 2.0. --- .github/PULL_REQUEST_TEMPLATE.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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).