Aeliot-Tm / todo-registrar

This tool creates issues in Issue Tracker depends on your TODO-comments in php-code
MIT License
9 stars 1 forks source link

Not well prepared summary and description of JIRA-issue #20

Closed Aeliot-Tm closed 2 months ago

Aeliot-Tm commented 2 months ago

Income:

/**
 * TODO: first line of description
 *       second line of description
 *       third line of description
 */

Actual result

Summary:

 * TODO: first line of description

Description

 * TODO: first line of description
 *       second line of description
 *       third line of description

Expected result

Summary:

first line of description

Description

 second line of description
 third line of description