Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.37 KB

pull_request_template.md

File metadata and controls

38 lines (26 loc) · 1.37 KB

Description of change(s), including why:

(Your text here)

Type of change(s)

  • 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)
  • Docs change / refactoring / dependency upgrade

Tests ran to verify changes:

  • (none)

Any work to still do or other concerns:

  • (none)

Checklist:

  • I have tested my code to ensure that my fix is effective or that my feature works
  • My changes generate no new warnings or errors
  • I have performed a self-review of my own code
  • I have created my changes in a separate branch that's based off of master
  • I have commented my code, particularly in hard-to-understand areas
  • I have used descriptive commit messages
  • I have made any necessary changes to the documentation

Closing issues:

  • Closes #XXXX

Screenshots (if applicable):