Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 720 Bytes

File metadata and controls

58 lines (39 loc) · 720 Bytes

Pull Request Template

Function Checks:

[ ] All tests passing
[ ] Code runs locally

Type of Change:

[ ] New Feature
[ ] Bug fix

Implementation/Fix Details:

Description goes here

Dummy check: Did this break anything else?

[ ] Yes
[ ] No

If 'yes' checked above, what did it break?

Description goes here

Testing changes:

[ ] No tests have been changed
[ ] Some tests have been changed

If 'yes' checked above, what tests had to be changed and how?

Description goes here

Final checklist:

[ ] I have reviewed my code
[ ] I have comments in my code for better understanding if needed
[ ] I have tested my code