From 8b07ce11e83747afa5d6c2b8bcf8412ffd751fcf Mon Sep 17 00:00:00 2001 From: awphi <26072111+awphi@users.noreply.github.com> Date: Thu, 16 Jul 2026 14:22:17 +0100 Subject: [PATCH] chore: add checks + conventional commit comment to PR template Signed-off-by: awphi <26072111+awphi@users.noreply.github.com> --- .github/PULL_REQUEST_TEMPLATE.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c74f23e9..e2240d19 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,17 @@ + + + + ## Changes - + +## Checklist + + + +- [ ] ๐Ÿค– This change is covered by tests as required. +- [ ] ๐Ÿคน All required manual testing has been performed. +- [ ] ๐Ÿ“– All documentation updates are complete.