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 + +