Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 50 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
## Description
<!-- Provide a brief description of the changes in this PR -->


## Type of Change
<!-- Please check the one that applies to this PR using "x" -->

- [ ] 🐛 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
<!-- Please link to the issue here using #issue_number -->

Fixes #(issue)

## Changes Made
<!-- Provide a detailed list of changes -->

-
-
-

### Test Configuration
<!-- If applicable, describe your test environment -->

* PHP Version:
* Database:
* Browser (if applicable):

## Screenshots (if applicable)
<!-- Add screenshots to help explain your changes -->


## Checklist
<!-- Check all that apply using "x" -->

- [ ] 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
<!-- Add any additional notes or context about the PR here -->