Back to Freecodecamp

Dialogue 2: Talking about Pull Requests

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

latest2.8 KB
Original Source

--description--

Watch the video to understand the context of the upcoming lessons.

--assignment--

Watch the video

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Sarah",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "6.1-2.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Tom",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Sarah",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 5.12,
      "dialogue": {
        "text": "Hey, Sarah. I saw your comment on the issue I opened. Thanks for your help.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 6.04,
      "finishTime": 10.5,
      "dialogue": {
        "text": "No problem, Tom. I noticed the issue you mentioned and I've already tried a few things to solve it.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 10.7,
      "finishTime": 12.38,
      "dialogue": {
        "text": "That's great. What did you find?",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 12.96,
      "finishTime": 17.64,
      "dialogue": {
        "text": "Well, I was investigating the code when I saw that the problem might be related to the recent updates.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 18.16,
      "finishTime": 21.48,
      "dialogue": {
        "text": "I tried rolling back to the previous version, but it didn't fix the issue.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 21.94,
      "finishTime": 25.66,
      "dialogue": {
        "text": "I see. We might have to talk to the team to see if they can help us.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 26.58,
      "finishTime": 30.58,
      "dialogue": {
        "text": "Agreed. I'll create a PR with the rollback and some additional logs for debugging.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 30.58,
      "finishTime": 32.66,
      "dialogue": {
        "text": "That may help us find what the problem is.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 33.16
    },
    {
      "character": "Tom",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 33.66
    }
  ]
}