Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 704 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

23 lines (15 loc) · 704 Bytes

Description

Please include a summary of the changes and the related issue.

Fixes # (issue)

Type of change

Please select all options that apply to this change:

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

Checklist:

Confirm you have completed the following steps:

  • My code follows the style of this project.
  • I have performed a self-review of my code.
  • I have made corresponding updates to the documentation.
  • I have added/updated unit tests to cover my changes.