Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.26 KB

pull_request_template.md

File metadata and controls

44 lines (25 loc) · 1.26 KB

Description

Please include a summary of the change being made.

Fixes #(issue)

Why is the change necessary?

What capability does it enable? What problem does it solve?

Solution

Please include an overview of the solution. Discuss trade-offs made, caveats, alternatives, etc.

Testing

How was this change tested?


Pull Request Checklist

Please check all boxes (including N/A items)

Testing

  • Unit tests added
  • Integration test added
  • Manual testing - why was it necessary? could it be automated?

Documentation

  • docs: All relevant docs updated
  • docstrings: All public APIs documented
  • Generate docs locally: Updated docs are rendered properly (see Contributing guide)

Title and description

  • Change type: Title is prefixed with change type: and follows conventional commits
  • References: Indicate issues fixed via: Fixes #xxx

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license.