80 lines
2.2 KiB
Markdown
80 lines
2.2 KiB
Markdown
## Description
|
|
<!-- Provide a clear and concise description of your changes -->
|
|
|
|
## Type of Change
|
|
<!-- Mark the relevant option with an "x" -->
|
|
|
|
- [ ] 🐛 Bug fix (non-breaking change which fixes an issue)
|
|
- [ ] ✨ New feature (non-breaking change which adds functionality)
|
|
- [ ] 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
|
|
- [ ] 📝 Documentation update
|
|
- [ ] 🧪 Test improvements
|
|
- [ ] ♻️ Code refactoring
|
|
- [ ] ⚡ Performance improvement
|
|
|
|
## Related Issues
|
|
<!-- Link to related issues using #issue_number -->
|
|
|
|
Fixes #
|
|
Relates to #
|
|
|
|
## Changes Made
|
|
<!-- List the main changes in this PR -->
|
|
|
|
-
|
|
-
|
|
-
|
|
|
|
## Testing Performed
|
|
<!-- Describe the tests you ran to verify your changes -->
|
|
|
|
- [ ] Unit tests pass locally
|
|
- [ ] Added new tests for new functionality
|
|
- [ ] Tested with real ONVIF camera(s)
|
|
- [ ] Ran `make lint` with no errors
|
|
- [ ] Ran `make test` with all tests passing
|
|
|
|
### Camera Testing (if applicable)
|
|
<!-- If you tested with physical cameras, provide details -->
|
|
|
|
- **Camera Model**:
|
|
- **Firmware Version**:
|
|
- **Test Results**:
|
|
|
|
## Documentation
|
|
<!-- Mark what documentation was updated -->
|
|
|
|
- [ ] Code comments added/updated
|
|
- [ ] README.md updated
|
|
- [ ] Examples added/updated
|
|
- [ ] API documentation (GoDoc) updated
|
|
- [ ] CHANGELOG.md updated
|
|
|
|
## Checklist
|
|
<!-- Ensure all items are complete before submitting -->
|
|
|
|
- [ ] My code follows the project's style guidelines
|
|
- [ ] I have performed a self-review of my code
|
|
- [ ] I have commented my code, particularly in hard-to-understand areas
|
|
- [ ] I have made corresponding changes to the documentation
|
|
- [ ] My changes generate no new warnings
|
|
- [ ] I have added tests that prove my fix is effective or that my feature works
|
|
- [ ] New and existing unit tests pass locally with my changes
|
|
- [ ] Any dependent changes have been merged and published
|
|
|
|
## Breaking Changes
|
|
<!-- If this introduces breaking changes, describe them and migration path -->
|
|
|
|
## Screenshots/Examples
|
|
<!-- If applicable, add screenshots or example code -->
|
|
|
|
```go
|
|
// Example usage
|
|
```
|
|
|
|
## Additional Context
|
|
<!-- Add any other context about the PR here -->
|
|
|
|
## Reviewer Notes
|
|
<!-- Any specific areas you'd like reviewers to focus on -->
|