microsoft / TeamMate

TeamMate is an application for managing Azure DevOps work items and pull requests.
MIT License
31 stars 11 forks source link

Remove TODO, add TODO gate #36

Open supermem613 opened 3 years ago

supermem613 commented 3 years ago

Let's clean all TODOs in the code: either make each an issue, toss the comment or make it into a historical comment.

Next, add a GitHub action to comb the code for TODO. This allows contributors to use TODOs in the code as they work code, but not commit them.