curriculum/challenges/english/blocks/learn-how-to-help-a-coworker-troubleshoot-on-github/68592d6448f6071e0e7bd902.md
This is a review of the entire dialogue you just studied.
Write the following words or phrases in the correct spot:
issue, rollback, previous version, logs, comment on, and investigating.
Tom: Hey, Sarah. I saw your BLANK the issue I opened. Thanks for your help.
Sarah: No problem, Tom. I noticed the BLANK you mentioned and I've already tried a few things to solve it.
Tom: That's great. What did you find?
Sarah: Well, I was BLANK the code when I saw that the problem might be related to the recent updates. I tried rolling back to the BLANK, but it didn't fix the issue.
Tom: I see. We might have to talk to the team to see if they can help us.
Sarah: Agreed. I'll create a PR with the BLANK and some additional BLANK for debugging. That may help us find what the problem is.
comment on
A written message about something, often to give feedback or share an idea.
issue
A problem or task that needs attention in a software project.
investigating
Looking into a problem to understand what went wrong.
previous version
An older form of the software or file, before changes were made.
rollback
Going back to an earlier version of the software because something went wrong.
logs
Files that show what happened in a program, often used to find problems.