diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..596fbed --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,10 @@ +## Describe your changes + +## Issue ticket number and link (if applicable) + +## Screenshots of the feature / bugfix + +## Checklist before requesting a review +- [ ] Added relevant tests +- [ ] Run ruff & mypy +- [ ] All tests pass