0pdd icon indicating copy to clipboard operation
0pdd copied to clipboard

First line as ticket title

Open g4s8 opened this issue 4 years ago • 3 comments

Ticket title is built from file name, extension, line number and first one or two words with ellipsis. It's hard to read and understand what's the ticket about when looking to ticket's list at github. Also, these details are not really informative for title. I'd suggest to build ticket title from First line of puzzle. Example:

/**
 * @todo #42:30min Implement unit test for RpmAdapter
 *  more details here ...
 */

convert to ticket with title: "Implement unit test for RpmAdapter".

g4s8 avatar Mar 11 '20 12:03 g4s8

@yegor256/z please, pay attention to this issue

0crat avatar Mar 11 '20 12:03 0crat

@g4s8 AFAIU that is what format.short-title option does -- it excludes a filename and leaves only todo description.

php-coder avatar Jan 05 '21 12:01 php-coder

@php-coder thanks, it's better than default behavior, but it doesn't completely solve my problem: I still can't control ticket title from pdd puzzle. I think the title of the ticket is very important thing when you see the list of tickets.

E.g. see: https://github.com/artipie/asto/issues/309

g4s8 avatar Apr 21 '21 11:04 g4s8