|
| 1 | +# Pull Request |
| 2 | + |
| 3 | +## Description |
| 4 | +Please include a summary of the changes and the motivation behind them. |
| 5 | + |
| 6 | +- **What does this PR do?** |
| 7 | +- **Why is this change needed?** |
| 8 | + |
| 9 | +## Type of Change |
| 10 | +Please select the type(s) of changes made in your pull request: |
| 11 | + |
| 12 | +- [ ] Bug fix (non-breaking change that fixes an issue) |
| 13 | +- [ ] New feature (non-breaking change that adds functionality) |
| 14 | +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) |
| 15 | +- [ ] Documentation update (changes to documentation) |
| 16 | +- [ ] Other (please describe): |
| 17 | + |
| 18 | +## Related Issue |
| 19 | +If applicable, please reference the issue number this PR addresses: |
| 20 | +- Closes #[issue-number] |
| 21 | + |
| 22 | +## Testing |
| 23 | +Please describe how you have tested your changes: |
| 24 | + |
| 25 | +- [ ] I have tested my changes locally. |
| 26 | +- [ ] I have written tests for my changes. |
| 27 | + |
| 28 | +If you are adding a new feature, please describe the tests you added: |
| 29 | + |
| 30 | +## Checklist |
| 31 | +Please make sure your PR meets the following criteria: |
| 32 | + |
| 33 | +- [ ] I have read the [contributing guidelines](CONTRIBUTING.md). |
| 34 | +- [ ] The code follows the project's coding style. |
| 35 | +- [ ] I have added tests (if applicable) to verify my changes. |
| 36 | +- [ ] I have updated the documentation (if applicable). |
| 37 | +- [ ] I have checked my code for potential errors or issues. |
| 38 | + |
| 39 | +## Screenshots (if applicable) |
| 40 | +If your changes include visual components, please include screenshots to help reviewers understand the modifications. |
| 41 | + |
| 42 | +## Additional Information |
| 43 | +Please provide any additional information regarding your PR here. This can include any assumptions, caveats, or specific areas you would like the reviewers to focus on. |
0 commit comments