Tasks? #127
Tasks?
#127
-
I just started using Octo, but I am confused about how to make something appear under "Tasks"? |
Beta Was this translation helpful? Give feedback.
Answered by
davidmyersdev
Aug 24, 2021
Replies: 1 comment 2 replies
-
Hey @sebkolind! Tasks are documents that contain at least one unchecked markdown checkbox (e.g. Doc example# Some tasks
- [ ] I need to do the thing
- [x] I have already done the thing |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
sebkolind
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @sebkolind! Tasks are documents that contain at least one unchecked markdown checkbox (e.g.
- [ ]
).Doc example