From 24e22118a5f1f99b21ef67f56331959c7d92fa0f Mon Sep 17 00:00:00 2001 From: Louis Deconinck Date: Fri, 11 Sep 2026 08:11:47 +0200 Subject: [PATCH] docs: add pull request template Signed-off-by: Louis Deconinck --- .github/pull_request_template.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..03c6b0f --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ +Summary: + +Closes # + +Tests: + +- [ ] I signed off every commit (`git commit -s` / Developer Certificate of Origin).