For simple projects and tasks, creating subtasks can be necessary. We often use task list in a main task's description to indicate smaller todo items.
Github provided a task lists syntax for that:
https://help.github.com/articles/github-flavored-markdown#task-lists
I think it will be useful.
```
# [ ] Steal Underpants.
# [ ] ?
# [ ] Profit
```