Files
onvif-go/.github/pull_request_template.md
T

2.2 KiB

Description

Type of Change

  • 🐛 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

Fixes # Relates to #

Changes Made

Testing Performed

  • 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)

  • Camera Model:
  • Firmware Version:
  • Test Results:

Documentation

  • Code comments added/updated
  • README.md updated
  • Examples added/updated
  • API documentation (GoDoc) updated
  • CHANGELOG.md updated

Checklist

  • 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

Screenshots/Examples

// Example usage

Additional Context

Reviewer Notes