Back to Freecodecamp

Task 49

curriculum/challenges/english/blocks/learn-how-to-help-a-coworker-troubleshoot-on-github/68592d6448f6071e0e7bd902.md

latest1.5 KB
Original Source
<!-- REVIEW -->

--description--

This is a review of the entire dialogue you just studied.

--instructions--

Write the following words or phrases in the correct spot:

issue, rollback, previous version, logs, comment on, and investigating.

--fillInTheBlank--

--sentence--

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.

--blanks--

comment on

--feedback--

A written message about something, often to give feedback or share an idea.


issue

--feedback--

A problem or task that needs attention in a software project.


investigating

--feedback--

Looking into a problem to understand what went wrong.


previous version

--feedback--

An older form of the software or file, before changes were made.


rollback

--feedback--

Going back to an earlier version of the software because something went wrong.


logs

--feedback--

Files that show what happened in a program, often used to find problems.