|
| 1 | +# Pull Request |
| 2 | + |
| 3 | +## Description |
| 4 | + |
| 5 | +<!-- Provide a brief summary of the changes made in this PR --> |
| 6 | + |
| 7 | +## Related Issue |
| 8 | + |
| 9 | +<!-- Link to the related issue(s) this PR addresses --> |
| 10 | + |
| 11 | +Fixes #(issue) |
| 12 | + |
| 13 | +## Type of Change |
| 14 | + |
| 15 | +<!-- Mark the appropriate option with an "x" --> |
| 16 | + |
| 17 | +- [ ] feat: New feature |
| 18 | +- [ ] fix: Bug fix |
| 19 | +- [ ] docs: Documentation updates |
| 20 | +- [ ] style: Code style/formatting changes |
| 21 | +- [ ] refactor: Code refactoring |
| 22 | +- [ ] perf: Performance improvements |
| 23 | +- [ ] test: Test additions/updates |
| 24 | +- [ ] chore: Build process or tooling changes |
| 25 | +- [ ] ci: CI configuration changes |
| 26 | +- [ ] other: <!-- describe --> |
| 27 | + |
| 28 | +## How Has This Been Tested? |
| 29 | + |
| 30 | +<!-- Describe the tests you ran to verify your changes --> |
| 31 | + |
| 32 | +- [ ] Unit tests |
| 33 | +- [ ] Integration tests |
| 34 | +- [ ] Manual tests |
| 35 | + |
| 36 | +## Test Evidence |
| 37 | + |
| 38 | +<!-- Please upload a screenshot showing all tests passing --> |
| 39 | +<!-- This is required for all PRs that include code changes --> |
| 40 | + |
| 41 | +## Screenshots (if applicable) |
| 42 | + |
| 43 | +<!-- Add screenshots to help explain your changes if UI is affected --> |
| 44 | + |
| 45 | +## Documentation Screenshots (if applicable) |
| 46 | + |
| 47 | +<!-- If you've made code changes, please add screenshots of the updated documentation --> |
| 48 | +<!-- This is required for all PRs that include code changes that affect user-facing features --> |
| 49 | + |
| 50 | +## Checklist |
| 51 | + |
| 52 | +<!-- Mark the appropriate option with an "x" --> |
| 53 | + |
| 54 | +- [ ] My code follows the project's coding style |
| 55 | +- [ ] I have commented my code, particularly in hard-to-understand areas |
| 56 | +- [ ] I have made corresponding changes to the documentation |
| 57 | +- [ ] My changes generate no new warnings |
| 58 | +- [ ] I have added tests that prove my fix is effective or that my feature works |
| 59 | +- [ ] New and existing unit tests pass locally with my changes |
| 60 | +- [ ] Any dependent changes have been merged and published |
| 61 | +- [ ] I have included a screenshot showing all tests passing |
| 62 | +- [ ] I have included documentation screenshots (if applicable) |
| 63 | + |
| 64 | +## Additional Notes |
| 65 | + |
| 66 | +<!-- Add any other information about the PR here --> |
0 commit comments