Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.37 KB

File metadata and controls

41 lines (32 loc) · 1.37 KB

Creation Checklist:

  • Review CONTRIBUTING.md file for general contributing guideline updates.
  • This PR is not a duplicate
  • Your PR targets the release branch of this repository.

Description:

Description Checklist:

  • Please include a description of the change.
  • List any dependencies that are required for this change.

Issues:

Issues Checklist:

  • List relevant issues in this PR.
  • Include this PR link in relevant issues.

Type of change:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (change which adds functionality)
  • Breaking change (change that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Tests:

Merge Checklist:

  • All other Checklist are fulfilled.
  • At least 1 Type of Change is indicated.
  • Relevant tests are indicated and pass locally.
  • Creation Checklist are fulfilled.
  • Corresponding changes have been made to the documentation.
  • Dependent changes have been merged into this PR's "from" branch.