|
1 | 1 | ## Summary |
| 2 | +<!-- Brief description of what this PR does and why --> |
2 | 3 |
|
3 | | -<!-- What is this pull request for? Does it fix any issues? --> |
| 4 | + |
| 5 | +## Changes Made |
| 6 | +<!-- List the key changes --> |
| 7 | +- |
| 8 | + |
| 9 | + |
| 10 | +## Type of Change |
| 11 | +- [ ] Bug fix |
| 12 | +- [ ] New feature |
| 13 | +- [ ] Breaking change (existing functionality affected) |
| 14 | +- [ ] Refactoring (no functional changes) |
| 15 | +- [ ] Documentation |
| 16 | +- [ ] CI/CD or build configuration |
| 17 | +- [ ] Dependencies update |
| 18 | + |
| 19 | +## Testing |
| 20 | +- [ ] Unit tests added/updated |
| 21 | +- [ ] Integration tests added/updated |
| 22 | +- [ ] All existing tests pass |
| 23 | +- [ ] Manual testing performed |
4 | 24 |
|
5 | 25 | ## Checklist |
6 | | -- [ ] If code changes were made, then they have been tested |
7 | | -- [ ] I have updated the documentation to reflect any changes made |
8 | | -- [ ] I have thought about how this code may affect other services |
9 | | -- [ ] This PR fixes an issue |
10 | | -- [ ] This PR is a breaking change (e.g. method, parameters, env variables) |
11 | | -- [ ] This PR adds something new (e.g. method, parameters, env variables) |
12 | | -- [ ] This PR change unit and integration tests |
13 | | -- [ ] This PR is **NOT** a code change (e.g. documentation, packages) |
| 26 | +- [ ] Code follows the project's style and conventions |
| 27 | +- [ ] Documentation updated (if applicable) |
| 28 | +- [ ] No new warnings or linter errors introduced |
| 29 | +- [ ] I have considered how this change may affect other services |
14 | 30 |
|
15 | 31 | ## Reviewer |
16 | | -- [ ] I understand that approving this code, I am also responsible for it going into the codebase |
| 32 | +- [ ] I understand that by approving this PR, I share responsibility for these changes |
0 commit comments