aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGravatar Sadie Powell2024-12-19 16:19:33 +0000
committerGravatar Sadie Powell2024-12-19 16:20:24 +0000
commitffb60af7f0a211cbb9fcf5b284ea6a5a12db8033 (patch)
tree1620dc175854f6eea0d20c66bd0934efb36621fd /.github
parentOptimized WHO command (diff)
Update the checklist in the pull request template.
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 7f1a787fd..7d8b11f85 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -33,7 +33,8 @@ Tick the boxes for the checks you have made.
I have ensured that:
- - [ ] The code I am submitting is my own work and/or I have permission from the author to share it.
- - [ ] I have documented any features added by this pull request.
- - [ ] This pull request does not introduce any incompatible API changes (stable branches only).
- - [ ] If ABI changes have been made I have incremented MODULE_ABI in `moduledefs.h` (stable branches only).
+- [ ] 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.
+- [ ] I have documented any features added by this pull request.
+- [ ] This pull request does not introduce any incompatible API changes (stable branches only, delete if not applicable).
+- [ ] If ABI changes have been made I have incremented MODULE_ABI in `moduledefs.h` (stable branches only, delete if not applicable).