5 ms·
Might also be cool to automatically create these tickets (when commited to master?). Then you don't forget, and even if they end up not that detailed, you at le
by mihi 5y ago
Might also be cool to automatically create these tickets (when commited to master?). Then you don't forget, and even if they end up not that detailed, you at least get a nice list of all of them.
- actinium226 5y agoTODO: Automatically create tickets based on TODO comments. We'll get to it. Someday.
- nrub 5y agoOne option if you're on github, https://github.com/marketplace/actions/todo-to-issue https://github.com/marketplace/actions/todo-to-issue
- mihi 5y agoThat is really cool! Thanks for mentioning.
- efnx 5y agoIf you want a cli tool for this I have one here https://github.com/Schell/todo_finder https://github.com/Schell/todo_finder You can output to markdown or to GitHub issues with a token. I used to operate a service that did this for you.