|
| 1 | +## Description |
| 2 | + |
| 3 | +<!-- Provide a brief description of the changes in this PR --> |
| 4 | + |
| 5 | +## Type of Change |
| 6 | + |
| 7 | +<!-- Mark relevant items 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 | +- [ ] Performance improvement |
| 14 | +- [ ] Code refactoring |
| 15 | +- [ ] Build/CI configuration change |
| 16 | +- [ ] Other (please describe): |
| 17 | + |
| 18 | +## Related Issues |
| 19 | + |
| 20 | +<!-- Link to related issues using #issue_number --> |
| 21 | + |
| 22 | +Fixes # |
| 23 | +Relates to # |
| 24 | + |
| 25 | +## Changes Made |
| 26 | + |
| 27 | +<!-- Describe the changes in detail --> |
| 28 | + |
| 29 | +- |
| 30 | +- |
| 31 | +- |
| 32 | + |
| 33 | +## Testing |
| 34 | + |
| 35 | +<!-- Describe how you tested your changes --> |
| 36 | + |
| 37 | +- [ ] All existing tests pass |
| 38 | +- [ ] Added new tests for changes |
| 39 | +- [ ] Tested on Windows |
| 40 | +- [ ] Tested on Linux |
| 41 | +- [ ] Tested on macOS |
| 42 | +- [ ] Benchmarks run (if performance-related) |
| 43 | + |
| 44 | +### Test Configuration |
| 45 | + |
| 46 | +- **Compiler(s)**: |
| 47 | +- **CMake version**: |
| 48 | +- **Build type**: Debug / Release / RelWithDebInfo |
| 49 | + |
| 50 | +## Documentation |
| 51 | + |
| 52 | +<!-- Check all that apply --> |
| 53 | + |
| 54 | +- [ ] Updated code comments |
| 55 | +- [ ] Updated Doxygen documentation |
| 56 | +- [ ] Updated README.md |
| 57 | +- [ ] Updated CHANGELOG.md |
| 58 | +- [ ] No documentation needed |
| 59 | + |
| 60 | +## Breaking Changes |
| 61 | + |
| 62 | +<!-- If this is a breaking change, describe the impact and migration path --> |
| 63 | + |
| 64 | +**Impact**: |
| 65 | + |
| 66 | +**Migration guide**: |
| 67 | + |
| 68 | +## Checklist |
| 69 | + |
| 70 | +<!-- Ensure all items are checked before requesting review --> |
| 71 | + |
| 72 | +- [ ] Code follows the project's coding style |
| 73 | +- [ ] Self-review of code completed |
| 74 | +- [ ] No compiler warnings introduced |
| 75 | +- [ ] Changes are properly documented |
| 76 | +- [ ] All tests pass locally |
| 77 | +- [ ] No unnecessary debug code or comments left behind |
| 78 | +- [ ] Commit messages are clear and descriptive |
| 79 | + |
| 80 | +## Screenshots / Output |
| 81 | + |
| 82 | +<!-- If applicable, add screenshots or command output to demonstrate the changes --> |
| 83 | + |
| 84 | +``` |
| 85 | +# Paste relevant output here |
| 86 | +``` |
| 87 | + |
| 88 | +## Additional Notes |
| 89 | + |
| 90 | +<!-- Any additional information that reviewers should know --> |
0 commit comments