From 0e5015493f74559eada78c39846f41bdc5d0dec9 Mon Sep 17 00:00:00 2001 From: Usama Sadiq Date: Thu, 4 Jun 2026 19:11:40 +0500 Subject: [PATCH] Add standard PR template Co-Authored-By: Claude Opus 4.6 --- .github/pull_request_template.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 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 0000000000000..7c4ba90c76502 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,27 @@ +## Related Ticket + + +## Description + + +## Type of Change +- [ ] Bug fix +- [ ] New feature +- [ ] Improvement / Enhancement +- [ ] Refactoring +- [ ] Performance improvement +- [ ] Documentation +- [ ] Infrastructure / CI + +## Testing + +- [ ] Tested locally +- [ ] New / updated tests included + +## Screenshots + + +## Checklist +- [ ] No lint or build errors +- [ ] All existing tests pass +- [ ] Documentation updated (if needed)