From 1fb67934fa5f2fb863676dc5c02bba317690df88 Mon Sep 17 00:00:00 2001 From: VNMabus Date: Wed, 31 Jan 2024 11:25:31 +0100 Subject: [PATCH] Add PR template. --- .github/PULL_REQUEST_TEMPLATE.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 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 000000000..96e32e1f6 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,31 @@ + + +## References to issues or other PRs + + + +## Describe the proposed changes + + +## Additional information + + +## Checklist before requesting a review + +- [ ] I have performed a self-review of my code +- [ ] The code conforms to the style used in this package +- [ ] The code is fully documented and typed (type-checked with [Mypy](https://mypy-lang.org/)) +- [ ] I have added thorough tests for the new/changed functionality