andkirby / commithook

CommitHooks code validation and auto-formatting commit message.
GNU General Public License v3.0
7 stars 3 forks source link

Bug in short commit message #32

Closed andkirby closed 7 years ago

andkirby commented 9 years ago

1. Input:

KEY-95
Some comment.

Result:

Implemented KEY-95: Title
 - KEY-
- Some comment.

2. Input: Red comment Result No "R" wrong type "Refactored".

Refactored KEY-95: Title
 - ed comment.

3. Input:

95
Some comment.

Result:

Implemented KEY-95: Title
 - 95
- Some comment.

Add tests.

andkirby commented 8 years ago

Link to #92, #91.

andkirby commented 7 years ago

@ant-workaholic fixed this issue!

92