GitHub-Todo creates GitHub issues for every "TODO:" that you commit to your GitHub repostiory.
- Go to Settings, Webhooks & Services, Add Webhook
- Payload URL:
http://github-todo-issue.herokuapp.com/hook
- Default options are fine
- Add webhook
When you push code to your repository, Github-Todo scans the files in the new commits.
For every TODO:
line in a file, it creates a new GitHub issue with a title
matching the text following "TODO:
"
Note: Don't change the title of the created issues. GitHub-Todo uses them to keep from duplicating issues.
This code is in no way affiliated with Github. Please file issues in this repo. Don't complain to Github if this breaks.
- TODO: Pass jshint