From fc5bb841e010b8fad4c6b4ebc903654e28410db7 Mon Sep 17 00:00:00 2001 From: Jens Ogorek Date: Wed, 28 Jan 2026 17:14:46 +0100 Subject: [PATCH] add template --- .github/PULL_REQUEST_TEMPLATE.md | 15 +++++++++++++++ 1 file changed, 15 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 00000000..5f0ac2ad --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,15 @@ +### Motivation + + + + +### Implementation + + + + +### Progress + +- [ ] The implementation is complete. +- [ ] Tested on hardware (or is not necessary). +- [ ] Documentation has been updated (or is not necessary).