Back to Freecodecamp

Task 44

curriculum/challenges/english/blocks/learn-how-to-document-code-for-a-project/65e997de10f05355b0354cf8.md

latest1.8 KB
Original Source
<!-- (Audio) Brian: You should also reference issues in your commit messages if you're working on a task related to an issue. -->

--description--

To reference something means to mention it or bring attention to it. For example, In her essay, she references several scientific studies.

Related means connected or having a relationship with something. Like saying, The two problems are related.

--fillInTheBlank--

--sentence--

You should also BLANK issues in your commit messages if you're working on a task BLANK to an BLANK.

--blanks--

reference

--feedback--

It means to mention or bring attention to something. Brian suggests mentioning issues in the commit messages.


related

--feedback--

It is about being connected to something. Here, it refers to tasks that are connected to a specific issue.


issue

--feedback--

It refers to a problem or topic, especially one that needs attention in a project.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "7.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 23.32,
      "finishTimestamp": 28.44
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 6.12,
      "dialogue": {
        "text": "You should also reference issues in your commit message if you're working on a task related to an issue.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 6.62
    }
  ]
}