Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 716 Bytes

pull_request_template.md

File metadata and controls

35 lines (22 loc) · 716 Bytes

____ 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 closes #

Check the correct boxes

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

Testing Changes

[] 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