|
| 1 | +## Description |
| 2 | + |
| 3 | +<!-- Describe your changes in detail --> |
| 4 | + |
| 5 | +## Related Issue |
| 6 | + |
| 7 | +<!-- Link to the issue this PR addresses --> |
| 8 | +Fixes # |
| 9 | + |
| 10 | +## Type of Change |
| 11 | + |
| 12 | +<!-- Mark the relevant option with an "x" --> |
| 13 | + |
| 14 | +- [ ] Bug fix (non-breaking change that fixes an issue) |
| 15 | +- [ ] New feature (non-breaking change that adds functionality) |
| 16 | +- [ ] Breaking change (fix or feature that would cause existing functionality to change) |
| 17 | +- [ ] Documentation update |
| 18 | +- [ ] Refactoring (no functional changes) |
| 19 | +- [ ] Performance improvement |
| 20 | +- [ ] Test addition or update |
| 21 | + |
| 22 | +## Component(s) Affected |
| 23 | + |
| 24 | +<!-- Mark all that apply --> |
| 25 | + |
| 26 | +- [ ] Command Center (Dashboard/Web UI) |
| 27 | +- [ ] Command Center (API) |
| 28 | +- [ ] Command Center (MQTT) |
| 29 | +- [ ] Camera Node(s) |
| 30 | +- [ ] Docker/Deployment |
| 31 | +- [ ] Documentation |
| 32 | + |
| 33 | +## Testing |
| 34 | + |
| 35 | +<!-- Describe the tests you ran and how to reproduce them --> |
| 36 | + |
| 37 | +### Test Configuration: |
| 38 | +- OS: |
| 39 | +- Docker version: |
| 40 | +- Browser (if UI change): |
| 41 | + |
| 42 | +### Tests Performed: |
| 43 | +- [ ] Manual testing |
| 44 | +- [ ] Unit tests (if applicable) |
| 45 | +- [ ] Tested with camera node connected |
| 46 | +- [ ] Tested Docker build |
| 47 | + |
| 48 | +## Screenshots |
| 49 | + |
| 50 | +<!-- If applicable, add screenshots to help explain your changes --> |
| 51 | + |
| 52 | +## Checklist |
| 53 | + |
| 54 | +- [ ] My code follows the project's coding guidelines |
| 55 | +- [ ] I have performed a self-review of my own code |
| 56 | +- [ ] I have commented my code, particularly in hard-to-understand areas |
| 57 | +- [ ] I have made corresponding changes to the documentation |
| 58 | +- [ ] My changes generate no new warnings |
| 59 | +- [ ] I have tested my changes locally |
| 60 | +- [ ] Any dependent changes have been merged and published |
| 61 | + |
| 62 | +## Additional Notes |
| 63 | + |
| 64 | +<!-- Add any other context about the PR here --> |
0 commit comments