Done
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.
➡️
@catana-dev
done
Catana will remove the TODO from the repository, open a Pull Request, and assign it to the user who invoked the command.

Last modified 3mo ago