You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When is it applicable? How should it be done? Should they link to a ticket (just a number, or a url)? If a corresponding TODO issue is closed, should the TODO be deleted? etc.
The text was updated successfully, but these errors were encountered:
TODO's will have the standard TODO format. Link just the ticket number, and the repo name if it's in a different repo. Eg. TODO: #87 Create appropriate standards around TODO Upon merge of PR containing TODOs, a permalink to the TODO in the code is added as a comment on the ticket (could that be automated?). Closing the ticket should address those linked TODOs, and therefore delete those TODO lines.
The GitHub plugin for VSCode also has "Create Issue Triggers" that allow for quick creation of an issue when typing "TODO", and it automatically adds the issue number in your code, and adds a link to that code in the ticket. An example ticket: deephaven/web-client-ui#45
VSCode creates the issue in GitHub. If you're not using the plugin and the ticket does not already exist, then create the ticket using the normal New Issue flow, and reference it with the #
When is it applicable? How should it be done? Should they link to a ticket (just a number, or a url)? If a corresponding TODO issue is closed, should the TODO be deleted? etc.
The text was updated successfully, but these errors were encountered: