curriculum/challenges/english/blocks/learn-how-to-help-a-coworker-troubleshoot-on-github/68592d428ac41a1dde67d16e.md
This is a review of the entire dialogue you just studied.
Write the following words or phrases in the correct spot:
repository, an issue, error messages, new feature, compile, pushed, and were failing.
Bob: Hey, Sarah. I was checking the branch we worked on yesterday when I saw a problem. I think we should open BLANK on GitHub.
Sarah: Sure, Bob. What's the problem?
Bob: I pushed some changes to the BLANK earlier, but now the code won't BLANK. It's showing some strange errors.
Sarah: I see. Let's open an issue then. What happened when you BLANK the changes?
Bob: Well, I was adding a BLANK. While I was pushing it, I noticed that some of the tests BLANK.
Sarah: Got it. I'll create the issue on GitHub and write out the details. We can attach the BLANK, too.
Bob: Thanks, Sarah. I appreciate your help.
an issue
A problem or task that needs to be fixed or worked on in a project.
repository
A place where all the code and files for a project are stored, often online.
compile
To change code into a form the computer can understand and run.
pushed
Sent code changes from your computer to an online repository like GitHub.
new feature
A new part or function added to a program or app.
were failing
This means something didn't work correctly in the past.
error messages
Warnings that tell you something is wrong in your code.