curriculum/challenges/english/blocks/learn-how-to-document-code-for-a-project/65e997de10f05355b0354cf8.md
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.
You should also BLANK issues in your commit messages if you're working on a task BLANK to an BLANK.
reference
It means to mention or bring attention to something. Brian suggests mentioning issues in the commit messages.
related
It is about being connected to something. Here, it refers to tasks that are connected to a specific issue.
issue
It refers to a problem or topic, especially one that needs attention in a project.
{
"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
}
]
}