Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.24 KB

pull_request_template.md

File metadata and controls

35 lines (25 loc) · 1.24 KB

Description

Please include a summary of the change and which issue is addressed. Please also include relevant motivation and context. List any dependencies that are required for this change. Addresses LUP-XXX (issue)

Type of change

Please delete options that are not relevant.

  • Bugfix
  • New feature
  • Documentation
  • Testing
  • Other (please add options as needed for commit types)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.

  • Test A
  • Test B

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Comments

Please start all comments with the correct emoji to denote the severity of the comment:

💦 - No big deal, does not need fixing, just a comment 🔨 - please fix before merging, once fixed can then be merged 🔥 - needs completely reworking and will need re-reviewing