Skip to content

Neither body nor footer do appear in the commit message #393

@ALABSTM

Description

@ALABSTM

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

  1. Install Commitizen as an extension of Visual Studio Code.
  2. Invoke Commitizen by pressing ctrl+shift+p and prepare your commit message (fill the "longer description" paragraph).
  3. Once finished, your changes will be automatically committed.
  4. 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

image

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions