From the course: GitHub Issues and Projects for Teams
Unlock the full course today
Join today to access over 24,200 courses taught by industry experts.
Using task lists - GitHub Tutorial
From the course: GitHub Issues and Projects for Teams
Using task lists
- [Narrator] Now that we've gone over what an issue is and how to create one, we'll be covering how to use task lists within issues and how you can maximize its benefits to best suit you and your team. We will implement task lists in the same issue created from our previous video by selecting the edit option and using the correct markdown in the issues description. To create a task list using markdown, preface list items with a hyphen and a space followed by the bracket symbol and accompanying text. To mark a task as complete, use the bracket symbol with the letter X within the two brackets to symbolize the completion of said task. After saving our changes, we can see how it visually comes to life in the description of our issue. The great thing about task list is that you can change the order by clicking to the left of the task's checkbox and dragging it to a new location with your mouse. However, an important…
Contents
-
-
-
Creating an issue4m 17s
-
(Locked)
Using task lists2m 39s
-
(Locked)
Adding assignees2m 1s
-
(Locked)
Linking pull requests2m 33s
-
(Locked)
Differences between an issue, a discussion, and a pull request2m 27s
-
(Locked)
Managing labels2m 33s
-
(Locked)
Managing milestones2m 33s
-
(Locked)
Using templates2m 50s
-
(Locked)
Challenge: DIY issue34s
-
(Locked)
Solution: DIY issue4m 48s
-
-
-
-
-