PHP Classes

File: .github/pull_request_template.md

Recommend this page to a friend!
  Packages of Gianfrancesco Aurecchia   OPC UA Client   .github/pull_request_template.md   Download  
File: .github/pull_request_template.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: OPC UA Client
Control devices that support the OPC UA protocol
Author: By
Last change:
Date: 16 days ago
Size: 643 bytes
 

Contents

Class file image Download

Summary

Brief description of the changes.

Type of Change

  • [ ] Bug fix
  • [ ] New feature
  • [ ] Enhancement / improvement
  • [ ] Refactoring (no functional changes)
  • [ ] Documentation
  • [ ] Tests

Changes

  • Change 1
  • Change 2

Testing

  • [ ] Unit tests added/updated
  • [ ] Integration tests added/updated
  • [ ] All existing tests pass (`./vendor/bin/pest`)

Documentation

  • [ ] Documentation updated (if applicable)
  • [ ] CHANGELOG.md updated

Checklist

  • [ ] Code follows the existing style and conventions
  • [ ] No breaking changes to the public API
  • [ ] `OpcUaClientInterface` updated (if new public methods added)