Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.06 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

24 lines (16 loc) · 1.06 KB

Description

Fixes #(issue)

Checklist

  • My code follows the contributing guidelines of this project.
  • I am aware that all my commits will be squashed into a single commit, using the PR title as the commit message.
  • I have performed a self-review of my own code.
  • I have commented my code in hard-to-understand areas.
  • I have updated the user-facing documentation to describe any new or changed behavior.
  • My changes generate no new warnings.
  • I have added tests that prove my fix is effective or that my feature works.
  • I have not reduced the existing code coverage.

Comments