From ea5a0e0a7c04bff9f508af59c3830a1e7090537e Mon Sep 17 00:00:00 2001 From: Ammar Ahmed <40239442+ammarahm-ed@users.noreply.github.com> Date: Tue, 10 Mar 2026 09:29:38 +0500 Subject: [PATCH 1/4] Add pull request template for contributions Signed-off-by: Ammar Ahmed <40239442+ammarahm-ed@users.noreply.github.com> --- .github/pull_request_template.md | 22 ++++++++++++++++++++++ 1 file changed, 22 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..10598605c --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,22 @@ + + +## Type of Change +- [ ] Bug fix +- [ ] Feature + +## Visuals (Feature Only) +- [ ] Attached relevant screenshots / screen recording / GIF +- [ ] N/A (not a feature or no UI changes) + +## Testing +- [ ] Ran all E2E tests +- [ ] Ran all integration tests +- [ ] Added/updated tests for this change (if needed) +- [ ] N/A (tests not needed — explanation provided below) + +### If tests were not added, explain why + + +## Sign-off +- [ ] QA passed +- [ ] UI/UX passed From 3095b03b098de584a9d038fb90dc62cce8fc2385 Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Tue, 10 Mar 2026 10:00:11 +0500 Subject: [PATCH 2/4] Update .github/pull_request_template.md Signed-off-by: Abdullah Atta --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 10598605c..0f604c6d0 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,7 +4,7 @@ - [ ] Bug fix - [ ] Feature -## Visuals (Feature Only) +## Visuals - [ ] Attached relevant screenshots / screen recording / GIF - [ ] N/A (not a feature or no UI changes) From a0e3c923e4569a1c5756cac8dab015b356e631c7 Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Tue, 10 Mar 2026 10:14:57 +0500 Subject: [PATCH 3/4] Apply suggestion from @thecodrr Signed-off-by: Abdullah Atta --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 0f604c6d0..b54259a2c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,3 +1,4 @@ +## Description ## Type of Change From 843ad08813f978f507ab89a601e8f419182e7a62 Mon Sep 17 00:00:00 2001 From: Ammar Ahmed <40239442+ammarahm-ed@users.noreply.github.com> Date: Tue, 10 Mar 2026 10:23:40 +0500 Subject: [PATCH 4/4] global: add platform selection to pull request template Added a section to specify related platforms for the PR. Signed-off-by: Ammar Ahmed <40239442+ammarahm-ed@users.noreply.github.com> --- .github/pull_request_template.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b54259a2c..d7124cd28 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -18,6 +18,13 @@ ### If tests were not added, explain why +## Platform + + +- [ ] Web +- [ ] Mobile +- [ ] Desktop + ## Sign-off - [ ] QA passed - [ ] UI/UX passed