From 4f3fc8161506aa9c3f69ad318174c6b1da83887a Mon Sep 17 00:00:00 2001 From: Marcel Ghasemi Date: Wed, 11 Mar 2026 10:36:07 +0100 Subject: [PATCH] Added Org wide PR template --- .../pull_request_template.md | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 0000000..a2677ec --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,25 @@ +### Review Expectations + + + +- [ ] 🔍 **Thorough review** — Significant or high-risk changes, please review carefully +- [ ] ⚡ **Quick read-through** — Minor changes, just a sanity check +- [ ] 🎯 **Focused review** — Please focus on specific areas (describe below) + + + +--- + +### What and Why? + +--- + +### Anything for the reviewer to know? + + +--- + +### Checklist +- [ ] Follows team conventions +- [ ] Tests added/updated (if applicable) +- [ ] Documentation updated (if applicable)