From e239083944afb184a1a8d9e52bae441c50e5c49e Mon Sep 17 00:00:00 2001 From: Jason Cameron Date: Sun, 7 Sep 2025 16:15:26 -0400 Subject: [PATCH] docs: add reminder for verified signatures in PR template (#1092) --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index edecf67..1f61d82 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,3 +9,4 @@ Checklist: - [ ] Added a description of the changes to the `[Unreleased]` section of docs/docs/CHANGELOG.md - [ ] Added test cases to [the relevant parts of the codebase](https://anubis.techaro.lol/docs/developer/code-quality) - [ ] Ran integration tests `npm run test:integration` (unsupported on Windows, please use WSL) +- [ ] All of my commits have [verified signatures](https://anubis.techaro.lol/docs/developer/signed-commits)