Back to Freecodecamp

Task 27

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

latest1.5 KB
Original Source
<!-- (Audio) Sarah: Got it. I'll create the issue on GitHub and write out the details. We can attach the error messages too. -->

--description--

Attach means to add something extra to something else.

Error messages are notes that tell you what went wrong in the computer code. Attaching them to an issue helps others understand the problem better.

--fillInTheBlank--

--sentence--

Got it. I'll create the issue on GitHub and write out the details. We can BLANK the BLANK messages too.

--blanks--

attach

--feedback--

Means to add something extra to something else.


error

--feedback--

Adding error messages to the issue gives more information about what's not working right.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "6.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 25.96,
      "finishTimestamp": 31.98
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 7.02,
      "dialogue": {
        "text": "Got it. I'll create the issue on GitHub and write out the details. We can attach the error messages, too.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 7.52
    }
  ]
}