Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 993 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

29 lines (19 loc) · 993 Bytes

Pull Request Template

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. If no issue is fixed, explain the reason for the change.

Type of Change

Please delete options that are not relevant.

  • 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)
  • Documentation update (if none of the other choices apply)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING.md document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Screenshots (if applicable):

Additional context:

Add any other context about the pull request here.