-
Notifications
You must be signed in to change notification settings - Fork 717
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tool to automatically open issues when TODO is found #210
Comments
Found one that might help : fixme-to-issue. Once a |
It looks like it might work.
I think most of this things are for @alrra |
I've created this label for the issues created automatically. |
There are quite a few
TODO
comments in the code and no issues associated. We should have a script that is run in travis (master
) that:TODO
comments in the JS code (we probably just split by line)#ID
somewhere or a url to the GitHub issueTODO
comment, and the body with the name of the file and the line number#id
to the end of the comment and commits the changesI don't think it will be super complicated and can probably be a separate project.
There are some projects that do similar things, check todo search in npm. My 5 minute search didn't trigger anything like what I want but we should look a bit more into it.
The text was updated successfully, but these errors were encountered: