From 0f0b5a969ef6f66a5082c826c237c1aecee723db Mon Sep 17 00:00:00 2001 From: naman9271 Date: Sun, 16 Nov 2025 01:30:02 +0530 Subject: [PATCH] PR template added --- .github/pull_request_template.md | 50 ++++++++++++++++++++++++++++++++ 1 file changed, 50 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 00000000..9c0d4893 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,50 @@ +## Description + + + +## Type of Change + + +- [ ] 🐛 Bug fix (non-breaking change which fixes an issue) +- [ ] ✨ New feature (non-breaking change which adds functionality) +- [ ] 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected) +- [ ] 📝 Documentation update +- [ ] ♻️ Refactoring (no functional changes, no api changes) +- [ ] 🔧 Build configuration change +- [ ] ✅ Test update + +## Related Issue + + +Fixes #(issue) + +## Changes Made + + +- +- +- + +### Test Configuration + + +* PHP Version: +* Database: +* Browser (if applicable): + +## Screenshots (if applicable) + + + +## Checklist + + +- [ ] My code follows the code style of this project +- [ ] I have performed a self-review of my own code +- [ ] I have added tests that prove my fix is effective or that my feature works +- [ ] Any dependent changes have been merged and published in downstream modules +- [ ] I have updated the CHANGELOG.md (if applicable) + +## Additional Notes + +