diff options
author | Sadie Powell <sadie@witchery.services> | 2025-04-15 13:47:55 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-04-15 13:51:51 +0100 |
commit | d891f2bcbd1152a3845ea092e8233cd13e5624f8 (patch) | |
tree | 65867bafcde5cedfd4ea200db4b77d63c920d6eb /.github/PULL_REQUEST_TEMPLATE.md | |
parent | 5eb13f442058a9e87ed5396e93008dea46b784f2 (diff) |
Sync the GitHub templates with the ones InspIRCd uses.
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 5fe0ba7e3..ab7785320 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -24,3 +24,16 @@ I have tested this pull request on: **Operating system name and version:** <!-- e.g. Linux 3.11 --> **Compiler name and version:** <!-- e.g. GCC 4.2.0 --> + +## Checks + +<!-- +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. +- [ ] 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). |