Done
Last updated
Last updated
The Done command is used to remove a TODO from a codebase.
It's worth remembering that TODOs are often insufficiently specific when introduced and frequently considered irrelevant after some time.
The only action required is to remove them from your project, as they can be confusing and distracting to other team members who aren't aware of their irrelevancy.
➡️ @catanacorp
done
Catana will remove the TODO from the repository, open a Pull Request, and assign it to the user who invoked the command.
The Todo Item record will be destroyed from Catana's database once the Pull Request is merged.