From 0c0e923813c58012e1001d6d62a7ae70a60f7823 Mon Sep 17 00:00:00 2001 From: Janis Hutz <98422316+janishutz@users.noreply.github.com> Date: Tue, 6 Jan 2026 07:10:45 +0000 Subject: [PATCH] Add pull request template for summary update --- .github/PULL_REQUEST_TEMPLATE/update-summary | 24 ++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/update-summary diff --git a/.github/PULL_REQUEST_TEMPLATE/update-summary b/.github/PULL_REQUEST_TEMPLATE/update-summary new file mode 100644 index 0000000..b7ec9ed --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/update-summary @@ -0,0 +1,24 @@ +## Updated summary + + + +## Additional information + +Any information you consider worth mentioning + + +## Checklist + + + +- [ ] The summary is compiled. +- [ ] All relevant files for compilation are included. +- [ ] There are no generated files included. Ignore new generated files in the `gitignore` file if needed. +- [ ] The style of the document is roughly similar +- [ ] I have not changed the helper import statement or reverted it before opening the PR