Back to Freecodecamp

Task 3

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

latest1.4 KB
Original Source
<!-- (Audio) Bob: Hey, Sarah. I was checking the branch we worked on yesterday when I saw a problem. I think we should open an issue on GitHub. -->

--description--

An issue on platforms like GitHub is a way to track tasks, enhancements, or bugs in a project. It's used to discuss and manage specific problems or ideas. For example, if there's a bug in the software, you can open an issue to describe and discuss how to fix it.

--fillInTheBlank--

--sentence--

I think we should open an BLANK on GitHub.

--blanks--

issue

--feedback--

Refers to a report or discussion point in a project, such as a bug or a new feature idea.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "6.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 4.54,
      "finishTimestamp": 6.84
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.3,
      "dialogue": {
        "text": "I think we should open an issue on GitHub.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 3.8
    }
  ]
}