Answer:
Answers from a former class
Step-by-step explanation:
Step 1: download the code. Before I could investigate the bug, I needed to be sure I could build the code myself and run the tests. ...
Step 2: run the tests. Once I had the code, I needed to figure out how to run the tests. ...
Step 3: find a failing test. ...
Step 4: fix the bug. ...
Step 5: open a pull request.