|
1 | | -**Title:** |
2 | | -- Brief Description of Changes |
| 1 | +## Description |
| 2 | +<!-- Provide a brief description of the changes in this PR --> |
3 | 3 |
|
4 | | -**Description:** (optional) |
5 | | -- Detailed change 1 |
6 | | -- Detailed change 2 |
| 4 | +## Motivation |
| 5 | +<!-- Provide a brief motivation of why the changes in this PR are needed --> |
7 | 6 |
|
8 | | -**Motivation:** (optional) |
9 | | -- Why this change is necessary or beneficial |
| 7 | +## Type of Change |
| 8 | +<!-- Put an 'x' in the boxes that apply --> |
| 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 | +- [ ] Refactoring (no functional changes) |
10 | 14 |
|
11 | | -**Related Issues:** (optional) |
12 | | -- #issue-number |
| 15 | +## How Has This Been Tested? |
| 16 | +<!-- Describe the tests you ran to verify your changes --> |
| 17 | +- [ ] Unit Tests |
| 18 | +- [ ] Integration Tests |
| 19 | +- [ ] Manual Testing |
| 20 | + |
| 21 | +## Screenshots (if applicable) |
| 22 | +<!-- Add screenshots to help explain your changes --> |
| 23 | + |
| 24 | +## Checklist |
| 25 | +<!-- Put an 'x' in the boxes that apply --> |
| 26 | +- [ ] My code follows the style guidelines of this project |
| 27 | +- [ ] I have performed a self-review of my own code |
| 28 | +- [ ] I have commented my code, particularly in hard-to-understand areas |
| 29 | +- [ ] I have made corresponding changes to the documentation |
| 30 | +- [ ] My changes generate no new warnings |
| 31 | +- [ ] I have added tests that prove my fix is effective or that my feature works |
| 32 | +- [ ] New and existing unit tests pass locally with my changes |
| 33 | + |
| 34 | +## Related Issues |
| 35 | +<!-- Link related issues below. Insert the issue link or reference --> |
0 commit comments