Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.42 KB

pull_request_template.md

File metadata and controls

28 lines (23 loc) · 1.42 KB

Description

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)
  • Refactor (code change that neither fixes a bug nor adds a feature)
  • Hot fix (patch that fixes a bug in production)

How has this been tested? (optional)

Screenshots (if appropriate):

Checklist:

  • My code follows the code style of this project.
  • I have performed a self-review of my code
  • I have added tests to cover my changes.
  • I ran CI Tests and Unit tests locally prior to submission.
  • I have updated the documentation accordingly to my changes.