Skip to content

Latest commit

 

History

History
58 lines (48 loc) · 2.35 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

58 lines (48 loc) · 2.35 KB

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Issue:

This pull-request will fix the following issue(s):

Type of change

Please check the relevant options

  • Bug fix (which is backwards compatible)
  • Bug fix (which isn't backwards compatible, AKA breaks other functionalities)
    • the broken functionalities are marked
  • New feature (which is backwards compatible)
  • New feature (which isn't backwards compatible, AKA breaks other functionalities)
    • the broken functionalities are marked
  • Documentation update

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

...

Aditional info

See links to relevant web pages, issue trackers, blog articles, etc.

See: Example Page

Co-autors:

Co-authored-by: Name [email protected]
Co-authored-by: Name [email protected]

Checklist:

  • My code follows the style guidelines of this project
    • I have commented my code, particularly in hard-to-understand areas
  • I have performed a self-review of my own code
  • My code has no merge conflict with the master branch
  • My code is based on the most recent version of the master branch
  • My changes generate no new warnings
  • I've tested the code, and it succeeded every test
  • OPTIONAL: I have made corresponding changes to the documentation
    • I've opened a issue for updating the documentation