Toodle automatically captures // todo comments in code and converts them into GitHub issues.
Allow your developers to better organize their work and ensure important tasks aren't lost in the codebase 😱. Developers can easily add labels, assignees, and due dates to their todo items, making it easy to manage and track their progress.
Toodle monitors comments merged to your default branch. Whenever code is push containing any permutation of todo, fixme, bug or hack, it will create a new issue using the comment and surrounding code.
Premium
Watch out for @ts-ignore and eslint-disable statements by extending Toodle to catch errors form typescript, eslint or anything you can think of.
To extend Toodle to track any additional comment prefixes, you will
need to create a configuration file in the
.github
directory called
toodlerc.json
. This file should
contain key-value pairs, where the keys are the custom prefixes you
want to track and the values are the labels associated with those
prefixes. These labels can be either a single string or an array of
strings. For example: