Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.05 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

32 lines (21 loc) · 1.05 KB

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue)

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)
  • This change requires a documentation update

Changes Proposed

Screenshots (if applicable):

Checklist:

  • My code follows the style guidelines of this project
  • I have updated the documentation accordingly where applicable.
  • I have added tests to cover my changes.
  • All new and existing tests passed.