Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.25 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

29 lines (23 loc) · 1.25 KB

Description

Types of changes

  • Bugfix (non-breaking change which fixes issue linked in Description above)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation (correction or otherwise)
  • Cosmetics (whitespace, appearance)
  • Other

Checklist

  • Code compiles without errors
  • All tests pass locally with my changes (see TESTING section in CONTRIBUTING file)
  • Created tests which will fail without the change (if possible)
  • Extended the README/documentation (if necessary)
  • All newly added files have proprietary license (if necessary)
  • All newly added files are referenced in MANIFEST files (if necessary)

Further comments