Skip to content

Latest commit

 

History

History
49 lines (27 loc) · 768 Bytes

pull_request_template.md

File metadata and controls

49 lines (27 loc) · 768 Bytes

Summary

Please concisely describe the introduced changes.

Fixes: #ABC, #XYZ [link all relevant issues]

Changes

If applicable, list all changes you introduced to the current architecture and list how the behavior has changed.

  • ...

Features

List any new introduced features

  • ...

Bug Fixes

All related Bug fixes

  • ...

Tests

Summarize the introduced test capabilities for your feature.

  • ...

ToDo

  • Verify design and implementation
  • Verify test coverage and CI build status
  • Verify documentation (including upgrade notes)
  • ...