git-task-list
git-task-list copied to clipboard
Git Task Lists
Google Summer Of Code -> Google Summer of Code https://github.com/coala/git-task-list/blob/master/app/index.html
Sync moban templates with new changes
@li-boxuan This closes #39
We have gitkeep files in directories with other files. Those are by definition unnecessary. If there are any directories without any files, we should look at other solutions rather than...
Closes https://github.com/coala/git-task-list/issues/60
Unnecessary empty directories should not be needed. Closes https://github.com/coala/git-task-list/issues/57
The deploy error message for missing `GITHUB_TOKEN` is a bit confusing. This will occur on forks when they forget to set `GITHUB_TOKEN`. Also it is wasteful to do a full...