curriculum/challenges/english/blocks/learn-how-to-help-a-coworker-troubleshoot-on-github/656b757d8294618a5eefd710.md
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.
I think we should open an BLANK on GitHub.
issue
Refers to a report or discussion point in a project, such as a bug or a new feature idea.
{
"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
}
]
}