Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 803 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

39 lines (28 loc) · 803 Bytes

Pull Request Review Template

  • [] Wrote Tests
  • [] Implemented
  • [] Reviewed

Necessary checkmarks:

  • [] All Tests are Passing
  • [] The code will run locally

Type of change

  • [] New feature
  • [] Bug Fix

Implements/Fixes:

Description of Changes:

closes#

Check the correct boxes

  • [] This broke nothing
  • [] This broke some stuff
  • [] This broke everything

Testing Changes

  • COVERAGE SCORE:
  • [] New Tests have been added
  • [] No Tests have been changed
  • [] Some Tests have been changed
  • [] All of the Tests have been changed (Please describe what in the world happened)

Checklist:

  • [] My code has no unused/commented out code
  • [] I have reviewed my code
  • [] I have commented my code, particularly in hard-to-understand areas
  • [] I have fully tested my code