github-education-resources / teachers_pet

Command line tool to help teachers use GitHub in their classrooms
https://education.github.com/guide
MIT License
187 stars 74 forks source link

Gist as task list #98

Closed eduOS closed 9 years ago

eduOS commented 9 years ago

How could I create a gist as task list that everyone in a team has access to check or uncheck the items? @afeld

afeld commented 9 years ago

Task lists can be created in Gists (or anywhere else that supports GitHub-Flavored Markdown) like so:

https://github.com/blog/1375%0A-task-lists-in-gfm-issues-pulls-comments

but it seems that only the creator of the Gist is able to check/uncheck items. I would probably recommend using Issues instead, so that it a) is tied to the project's repository, and b) the team can have discussion around each TODO.

eduOS commented 9 years ago