|
| 1 | +## Description |
| 2 | + |
| 3 | +<!-- Provide a clear and concise description of your changes --> |
| 4 | + |
| 5 | +## Type of Change |
| 6 | + |
| 7 | +<!-- Mark the relevant option with an 'x' --> |
| 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 | +- [ ] Code quality improvement (refactoring, optimization, etc.) |
| 14 | + |
| 15 | +## Motivation and Context |
| 16 | + |
| 17 | +<!-- Why is this change required? What problem does it solve? --> |
| 18 | +<!-- If it fixes an open issue, please link to the issue here --> |
| 19 | + |
| 20 | +Fixes #(issue) |
| 21 | + |
| 22 | +## Testing |
| 23 | + |
| 24 | +<!-- Describe the tests you ran to verify your changes --> |
| 25 | +<!-- Provide instructions so reviewers can reproduce --> |
| 26 | + |
| 27 | +- [ ] I have added tests that prove my fix is effective or that my feature works |
| 28 | +- [ ] New and existing tests pass locally with my changes |
| 29 | + |
| 30 | +## Checklist |
| 31 | + |
| 32 | +<!-- Mark completed items with an 'x' --> |
| 33 | + |
| 34 | +- [ ] My code follows the code style of this project |
| 35 | +- [ ] I have run `composer format` to ensure code formatting |
| 36 | +- [ ] I have run `composer phpstan` and resolved any issues |
| 37 | +- [ ] I have run `composer test` and all tests pass |
| 38 | +- [ ] I have updated the documentation accordingly |
| 39 | +- [ ] I have added tests to cover my changes |
| 40 | +- [ ] All new and existing tests pass |
| 41 | +- [ ] My changes generate no new warnings or errors |
| 42 | +- [ ] I have read the [CONTRIBUTING](../CONTRIBUTING.md) guidelines |
| 43 | + |
| 44 | +## Screenshots (if appropriate) |
| 45 | + |
| 46 | +<!-- Add screenshots to help explain your changes --> |
| 47 | + |
| 48 | +## Additional Notes |
| 49 | + |
| 50 | +<!-- Add any other context about the pull request here --> |
0 commit comments