Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 846 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

19 lines (12 loc) · 846 Bytes

Description

Please include a summary of the change and which issue is fixed or what feature it adds. Include relevant motivation and context. List any dependencies that are required for this change.

Type of Change

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

How Has This Been Tested?

Describe how you have tested this change. Include details of your testing environment, and the tests you ran to see how your change affects other areas of the code, etc.

Checklist:

  • My code follows the code style of this project.
  • I have written detailed documentation.
  • I have added tests that prove my fix is effective or that my feature works.