From 4bc2c4a0f8482da0c3891b31afda5ea726f57881 Mon Sep 17 00:00:00 2001 From: shiraayal-tadata Date: Mon, 31 Mar 2025 12:37:38 +0300 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 10 ++++++++++ 1 file changed, 10 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 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