|
| 1 | +## Description |
| 2 | +Brief description of the changes in this PR. |
| 3 | + |
| 4 | +## Type of Change |
| 5 | +- [ ] 🐛 Bug fix (non-breaking change which fixes an issue) |
| 6 | +- [ ] ✨ New feature (non-breaking change which adds functionality) |
| 7 | +- [ ] 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected) |
| 8 | +- [ ] 📚 Documentation update |
| 9 | +- [ ] 🔧 Maintenance (dependencies, CI, build tools, etc.) |
| 10 | +- [ ] ♻️ Refactoring (no functional changes) |
| 11 | +- [ ] ⚡ Performance improvement |
| 12 | + |
| 13 | +## Changes Made |
| 14 | +- Change 1 |
| 15 | +- Change 2 |
| 16 | +- Change 3 |
| 17 | + |
| 18 | +## Testing |
| 19 | +**How has this been tested?** |
| 20 | +- [ ] Unit tests added/updated |
| 21 | +- [ ] Integration tests added/updated |
| 22 | +- [ ] Manual testing performed |
| 23 | +- [ ] No testing required (documentation, etc.) |
| 24 | + |
| 25 | +**Test Configuration:** |
| 26 | +- Python version: [e.g. 3.11] |
| 27 | +- Node.js version: [e.g. 18.17.0] |
| 28 | +- Browser (if applicable): [e.g. Chrome 119] |
| 29 | + |
| 30 | +## Platform Impact |
| 31 | +**Which parts of the system are affected?** |
| 32 | +- [ ] AI Backend (Python agents) |
| 33 | +- [ ] Web Platform (Next.js frontend) |
| 34 | +- [ ] Database schema |
| 35 | +- [ ] API endpoints |
| 36 | +- [ ] Documentation |
| 37 | +- [ ] CI/CD workflows |
| 38 | +- [ ] Other: ___ |
| 39 | + |
| 40 | +## Breaking Changes |
| 41 | +**Does this PR introduce any breaking changes?** |
| 42 | +- [ ] No breaking changes |
| 43 | +- [ ] Yes, breaking changes (please describe below) |
| 44 | + |
| 45 | +If yes, describe the breaking changes and migration path: |
| 46 | + |
| 47 | +## Checklist |
| 48 | +**Before requesting a review, please ensure:** |
| 49 | +- [ ] Code follows the project's style guidelines |
| 50 | +- [ ] Self-review of code has been performed |
| 51 | +- [ ] Code is commented, particularly in hard-to-understand areas |
| 52 | +- [ ] Corresponding changes to documentation have been made |
| 53 | +- [ ] Changes generate no new warnings |
| 54 | +- [ ] Tests pass locally |
| 55 | +- [ ] Any dependent changes have been merged and published |
| 56 | + |
| 57 | +## Screenshots (if applicable) |
| 58 | +Add screenshots to help explain your changes. |
| 59 | + |
| 60 | +## Related Issues |
| 61 | +Closes #(issue_number) |
| 62 | +Related to #(issue_number) |
| 63 | + |
| 64 | +## Additional Notes |
| 65 | +Any additional information that reviewers should know. |
0 commit comments