ForNeVeR / Todosaurus

IntelliJ Plaform plugin to manage TODO comments in the code.
https://plugins.jetbrains.com/plugin/23838
MIT License
11 stars 2 forks source link

Issue creation: do not add `TODO:` into the default title #17

Closed ForNeVeR closed 5 months ago

ForNeVeR commented 6 months ago

When generating a new issue, we currently offer to use the whole text of the TODO comment by default.

This means that every issue will have its title starting with TODO:

We should not do that. Let's invent a way to strip this prefix from the issue title.