Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 723 Bytes

pull_request_template.md

File metadata and controls

27 lines (18 loc) · 723 Bytes

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.

List any issues this closes

Type of change

  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Refactor
  • Documentation update

Check the correct box

  • This broke nothing
  • This broke some stuff
  • This broke everything

Checklist:

  • I have linked the appropriate Project Board in this PR
  • My code follows the style guidelines of this project
  • My code has no unused/commented out code
  • I have performed a self-review of my code
  • I have fully tested my code