|
| 1 | +## Summary |
| 2 | + |
| 3 | +<!-- Provide a brief description of what this PR does --> |
| 4 | + |
| 5 | +Clickup Ticket(s): Link(s) if applicable. |
| 6 | + |
| 7 | +## Type of Change |
| 8 | + |
| 9 | +- [ ] 🐛 Bug fix (non-breaking change that fixes an issue) |
| 10 | +- [ ] ✨ New feature (non-breaking change that 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) |
| 14 | +- [ ] ⚡ Performance improvement |
| 15 | +- [ ] 🧪 Test improvements |
| 16 | +- [ ] 🔒 Security fix |
| 17 | + |
| 18 | +## Changes Made |
| 19 | + |
| 20 | +<!-- List the main changes made in this PR --> |
| 21 | +- |
| 22 | +- |
| 23 | +- |
| 24 | + |
| 25 | +## Testing |
| 26 | + |
| 27 | +<!-- Describe how you tested these changes --> |
| 28 | +- [ ] Tests pass locally (`uv run pytest tests/`) |
| 29 | +- [ ] Type checking passes (`uv run mypy <src_dir>`) |
| 30 | +- [ ] Linting passes (`uv run ruff check src_dir/`) |
| 31 | +- [ ] Manual testing performed (describe below) |
| 32 | + |
| 33 | +**Manual testing details:** |
| 34 | +<!-- Describe any manual testing performed --> |
| 35 | + |
| 36 | +## Screenshots/Recordings |
| 37 | + |
| 38 | +<!-- If applicable, add screenshots or recordings to demonstrate the changes --> |
| 39 | + |
| 40 | +## Related Issues |
| 41 | + |
| 42 | +<!-- Link any related issues using "Closes #123" or "Relates to #123" --> |
| 43 | + |
| 44 | +## Deployment Notes |
| 45 | + |
| 46 | +<!-- Any special deployment considerations or migration steps --> |
| 47 | + |
| 48 | +## Checklist |
| 49 | + |
| 50 | +- [ ] Code follows the project's style guidelines |
| 51 | +- [ ] Self-review of code completed |
| 52 | +- [ ] Documentation updated (if applicable) |
| 53 | +- [ ] No sensitive information (API keys, credentials) exposed |
0 commit comments