Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 732 Bytes

pull_request_template.md

File metadata and controls

24 lines (15 loc) · 732 Bytes

Description

This PR includes the following proposed change(s):

  • {List all the changes, if possible add the jira ticket #}

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Refactoring / Documentation

if your change is a breaking change, please add breaking change label to this PR

How Has This Been Tested?

Please describe the tests that you ran to verify your changes.

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • New and existing unit tests pass locally with my changes