Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (20 loc) · 961 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

23 lines (20 loc) · 961 Bytes

Description

Test process

  • Test A
  • Test B

Requirements to merge

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code in hard-to-understand areas
  • 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