|
| 1 | +## Description |
| 2 | + |
| 3 | +Please include a concise summary of the changes and the related issue (if applicable). |
| 4 | + |
| 5 | +Fixes # (issue number) |
| 6 | + |
| 7 | +## Type of Change |
| 8 | + |
| 9 | +- [ ] Bug fix (non-breaking change which fixes an issue) |
| 10 | +- [ ] New feature (non-breaking change which adds functionality) |
| 11 | +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) |
| 12 | +- [ ] Documentation update |
| 13 | + |
| 14 | +## Checklist |
| 15 | + |
| 16 | +- [ ] My code follows the project's coding standards (PSR-12) |
| 17 | +- [ ] I have performed a self-review of my code |
| 18 | +- [ ] I have added tests that prove my fix is effective or that my feature works |
| 19 | +- [ ] New and existing unit/integration tests pass locally with my changes |
| 20 | +- [ ] I have updated the documentation accordingly |
| 21 | +- [ ] I have updated `docs/CHANGELOG.md` if applicable |
| 22 | + |
| 23 | +## Testing |
| 24 | + |
| 25 | +Please describe the tests you ran to verify your changes: |
| 26 | + |
| 27 | +```bash |
| 28 | +composer test |
| 29 | +composer cs-check |
| 30 | +``` |
| 31 | + |
| 32 | +## Screenshots (if applicable) |
| 33 | + |
| 34 | +Add screenshots to help explain your changes. |
| 35 | + |
| 36 | +## Additional Notes |
| 37 | + |
| 38 | +Add any other notes about the PR here. |
| 39 | +## Description |
| 40 | + |
| 41 | +Please include a concise summary of the changes and the related issue (if applicable). |
| 42 | + |
| 43 | +Fixes # (issue number) |
| 44 | + |
| 45 | +## Type of Change |
| 46 | + |
| 47 | +- [ ] Bug fix (non-breaking change which fixes an issue) |
| 48 | +- [ ] New feature (non-breaking change which adds functionality) |
| 49 | +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) |
| 50 | +- [ ] Documentation update |
| 51 | + |
| 52 | +## Checklist |
| 53 | + |
| 54 | +- [ ] My code follows the project's coding standards (PSR-12) |
| 55 | +- [ ] I have performed a self-review of my code |
| 56 | +- [ ] I have added tests that prove my fix is effective or that my feature works |
| 57 | +- [ ] New and existing unit/integration tests pass locally with my changes |
| 58 | +- [ ] I have updated the documentation accordingly |
| 59 | +- [ ] I have updated `docs/CHANGELOG.md` if applicable |
| 60 | + |
| 61 | +## Testing |
| 62 | + |
| 63 | +Please describe the tests you ran to verify your changes: |
| 64 | + |
| 65 | +```bash |
| 66 | +composer test |
| 67 | +composer cs-check |
| 68 | +``` |
| 69 | + |
| 70 | +## Screenshots (if applicable) |
| 71 | + |
| 72 | +Add screenshots to help explain your changes. |
| 73 | + |
| 74 | +## Additional Notes |
| 75 | + |
| 76 | +Add any other notes about the PR here. |
0 commit comments