From 5edb0fecb87b575ea9f899ab35f9e395a21173de Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Tue, 19 Mar 2024 17:57:53 +0100 Subject: [PATCH] Add pull request template Signed-off-by: Jakub Jelen --- .github/PULL_REQUEST_TEMPLATE.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 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..8aecff40 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,28 @@ +#### Description + + + + + +#### Checklist + + + + +- [ ] Code modified for feature +- [ ] Test suite updated with functionality tests +- [ ] Test suite updated with negative tests +- [ ] Documentation updated + + +#### Reviewer's checklist: + +- [ ] Any issues marked for closing are addressed +- [ ] There is a test suite reasonably covering new functionality or modifications +- [ ] This feature/change has adequate documentation added +- [ ] Code conform to coding style that today cannot yet be enforced via the check style test +- [ ] Commits have short titles and sensible commit messages