-
-
Notifications
You must be signed in to change notification settings - Fork 304
Closed
Labels
Description
Description
Neither the message body (containing the longer description paragraph) nor the footer (containing bug identifiers) do appear in the commit message once the commit is done and the commit message is displayed on the console using the git log command or using a GUI-based tool.
Steps to reproduce
- Install Commitizen as an extension of Visual Studio Code.
- Invoke Commitizen by pressing
ctrl+shift+pand prepare your commit message (fill the "longer description" paragraph). - Once finished, your changes will be automatically committed.
- On the Git output console type
git log. You can also use a GUI-based tool such as Tortoise (see screenshots below).
Current behavior
Neither body nor footer appear as part of the commit message.
<type>[optional scope]: <description>
[optional body] <!-- The body does not appear -->
[optional footer(s)] <!-- The footer does not appear -->
Screenshots
Desired behavior
Both body and footer should appear as part of the commit message.
Environment
- commitizen version: 0.14.1
- python version: 2.7
- operating system: Windows 10
- vscode version: 1.56.1 (user setup)
