github-todos
github-todos copied to clipboard
Synchronize issues and TODOs both ways
For discussion, let's study possibilities:
- Closing issue when a TODO is removed or "marked as complete"?
- Remove TODOs when issue is closed?
- Do it automatically? At push-time? In a separate command (
brew doctor
-like)?
I might be late with this but here's my opinion:
- I would only add a label to the issue like 'TODO removed' if a TODO gets removed from the code.
- Removing a TODO when an issue is closed is kind of necessary as it'd get recreated I guess or you'd need to scan the closed issues in order not to create it again.
- Doing it automatically would be perfect:)
I +1 with your choices, and if you feel like it I'd be glad to give you full access to the repository (and npm package) as I obviously don't give enough love to this project myself ;)
Thanks for the offer but I'm far from being a javascript coder:( I mainly deal with C++ so I could only screw it up I think during the learning curve.
+1