|
| 1 | +## Description |
| 2 | +<!-- Provide a brief description of the changes in this PR --> |
| 3 | + |
| 4 | +## Type of Change |
| 5 | +<!-- Mark the relevant option with an "x" --> |
| 6 | +- [ ] Bug fix (non-breaking change which fixes an issue) |
| 7 | +- [ ] New feature (non-breaking change which adds functionality) |
| 8 | +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) |
| 9 | +- [ ] Documentation update |
| 10 | +- [ ] Code quality improvement |
| 11 | +- [ ] Performance improvement |
| 12 | + |
| 13 | +## Related Issue |
| 14 | +<!-- Link to the issue this PR addresses --> |
| 15 | +Fixes #(issue number) |
| 16 | + |
| 17 | +## Changes Made |
| 18 | +<!-- Describe the changes made in this PR --> |
| 19 | +- |
| 20 | +- |
| 21 | +- |
| 22 | + |
| 23 | +## Testing |
| 24 | +<!-- Describe the tests you ran to verify your changes --> |
| 25 | +- [ ] All existing tests pass (`mvn test`) |
| 26 | +- [ ] Added new tests for the changes |
| 27 | +- [ ] Tested with various Java versions (8, 11, 17, 21) |
| 28 | +- [ ] Manual testing performed |
| 29 | + |
| 30 | +### Test Cases Added |
| 31 | +<!-- List any new test cases --> |
| 32 | +- |
| 33 | +- |
| 34 | + |
| 35 | +## Quality Checks |
| 36 | +<!-- Mark completed checks with an "x" --> |
| 37 | +- [ ] Code follows the project's code style (`mvn checkstyle:check`) |
| 38 | +- [ ] No new SpotBugs warnings (`mvn spotbugs:check`) |
| 39 | +- [ ] No new PMD violations (`mvn pmd:check`) |
| 40 | +- [ ] JavaDoc added/updated for public APIs |
| 41 | +- [ ] README.md updated (if applicable) |
| 42 | + |
| 43 | +## Screenshots (if applicable) |
| 44 | +<!-- Add screenshots to help explain your changes --> |
| 45 | + |
| 46 | +## Additional Notes |
| 47 | +<!-- Add any additional notes for reviewers --> |
| 48 | + |
| 49 | +## Checklist |
| 50 | +- [ ] My code follows the style guidelines of this project |
| 51 | +- [ ] I have performed a self-review of my own code |
| 52 | +- [ ] I have commented my code, particularly in hard-to-understand areas |
| 53 | +- [ ] I have made corresponding changes to the documentation |
| 54 | +- [ ] My changes generate no new warnings |
| 55 | +- [ ] I have added tests that prove my fix is effective or that my feature works |
| 56 | +- [ ] New and existing unit tests pass locally with my changes |
| 57 | +- [ ] Any dependent changes have been merged and published |
0 commit comments