|
| 1 | +## Description |
| 2 | + |
| 3 | +<!-- Provide a clear description of your changes --> |
| 4 | + |
| 5 | +## Type of Change |
| 6 | + |
| 7 | +<!-- Check the relevant boxes --> |
| 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 | +- [ ] Test improvements |
| 16 | +- [ ] Dependency updates |
| 17 | + |
| 18 | +## Related Issues |
| 19 | + |
| 20 | +<!-- Link to related issues using keywords: Fixes #123, Closes #456, Related to #789 --> |
| 21 | + |
| 22 | +Fixes # |
| 23 | + |
| 24 | +## Changes Made |
| 25 | + |
| 26 | +<!-- List the main changes --> |
| 27 | + |
| 28 | +- |
| 29 | +- |
| 30 | +- |
| 31 | + |
| 32 | +## Testing |
| 33 | + |
| 34 | +<!-- Describe the tests you ran and provide instructions to reproduce --> |
| 35 | + |
| 36 | +### Test Coverage |
| 37 | + |
| 38 | +- [ ] All tests pass (`make test`) |
| 39 | +- [ ] Coverage is maintained or improved |
| 40 | +- [ ] New tests added for new functionality |
| 41 | + |
| 42 | +### Manual Testing |
| 43 | + |
| 44 | +<!-- Describe manual testing steps --> |
| 45 | + |
| 46 | +1. |
| 47 | +2. |
| 48 | +3. |
| 49 | + |
| 50 | +## Screenshots / Demo |
| 51 | + |
| 52 | +<!-- If applicable, add screenshots or demo GIFs --> |
| 53 | + |
| 54 | +## Checklist |
| 55 | + |
| 56 | +### Code Quality |
| 57 | + |
| 58 | +- [ ] Code follows the project's style guidelines (`make lint` passes) |
| 59 | +- [ ] Code is properly formatted (`make format` run) |
| 60 | +- [ ] Type hints added for new functions (`make type-check` passes) |
| 61 | +- [ ] Docstrings added/updated (Google style) |
| 62 | +- [ ] No new warnings introduced |
| 63 | + |
| 64 | +### Testing |
| 65 | + |
| 66 | +- [ ] Unit tests added/updated |
| 67 | +- [ ] Integration tests added (if applicable) |
| 68 | +- [ ] All tests pass locally |
| 69 | +- [ ] API tests pass (if modified API integration) |
| 70 | +- [ ] Coverage ≥ 65% (target: 85%) |
| 71 | + |
| 72 | +### Documentation |
| 73 | + |
| 74 | +- [ ] README.md updated (if needed) |
| 75 | +- [ ] CHANGELOG.md updated under "Unreleased" |
| 76 | +- [ ] Docstrings updated |
| 77 | +- [ ] Examples updated (if applicable) |
| 78 | +- [ ] Configuration docs updated (if config changed) |
| 79 | + |
| 80 | +### Security |
| 81 | + |
| 82 | +- [ ] No secrets/API keys in code |
| 83 | +- [ ] Input validation added |
| 84 | +- [ ] Error messages don't leak sensitive info |
| 85 | +- [ ] Dependencies scanned for vulnerabilities |
| 86 | + |
| 87 | +### Backwards Compatibility |
| 88 | + |
| 89 | +- [ ] No breaking changes (or documented in CHANGELOG) |
| 90 | +- [ ] Migration guide provided (if breaking changes) |
| 91 | +- [ ] Deprecation warnings added (if deprecating features) |
| 92 | + |
| 93 | +## Performance Impact |
| 94 | + |
| 95 | +<!-- Describe any performance implications --> |
| 96 | + |
| 97 | +- [ ] No significant performance impact |
| 98 | +- [ ] Performance improved |
| 99 | +- [ ] Performance may be affected (details below) |
| 100 | + |
| 101 | +**Details:** |
| 102 | + |
| 103 | +## Additional Notes |
| 104 | + |
| 105 | +<!-- Any additional information for reviewers --> |
| 106 | + |
| 107 | +## Reviewer Checklist |
| 108 | + |
| 109 | +<!-- For reviewers --> |
| 110 | + |
| 111 | +- [ ] Code reviewed |
| 112 | +- [ ] Tests reviewed |
| 113 | +- [ ] Documentation reviewed |
| 114 | +- [ ] Approved for merge |
0 commit comments