Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 724 Bytes

pull_request_template.md

File metadata and controls

23 lines (19 loc) · 724 Bytes

Description

Fixes # (issues)

Changes made:

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

Checklist:

  • I have read the contributing documentation.
  • My code follows the code style of this project.
  • My code has been linted.
  • I have performed a self-review of my code.
  • I have commented my code, particularly the hard to understand areas.
  • I have added tests to cover my changes (if applicable).
  • My changes generate no new warnings.
  • There are no merge conflicts.