Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 791 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

24 lines (16 loc) · 791 Bytes

Description

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

Why?

[Brief description of why this PR is necessary.]

What's changing/fixing?

[Brief description of what this PR does.]

Demo

[How did you test this PR? Include any output/screenshots.]

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • 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