Back to Freecodecamp

Task 2

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

latest1.3 KB
Original Source
<!-- (Audio) Bob: I think we should open an issue on GitHub. -->

--description--

In the context of software development, to open an issue on platforms like GitHub means to create a report about a problem or a request for enhancement in a project.

It's like telling the team, "Here's something we need to look at or fix."

--fillInTheBlank--

--sentence--

I think we should BLANK an issue on GitHub.

--blanks--

open

--feedback--

To open an issue means to start a report or discussion about a specific problem.

--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
    }
  ]
}