Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.44 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

41 lines (31 loc) · 1.44 KB

Status

READY/IN DEVELOPMENT/HOLD

Description

Motivation and Context

Related PRs

List related PRs against other branches:

branch PR
other_pr_production link
other_pr_master link

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

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

Checklist:

  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.