Skip to content

feature request: optional template items #47

@janweigel

Description

@janweigel

Hello,
It would be a great addition if template items could be defined as optional as it is common practice when using conventional commit style.
For example if the template is
{type} {scope}: {message}
it would be great if the {scope} could be defined as optional like
{type} {scope?}: {message}

Or even better, if a complete block could be defined as optional. Which means if we have a template:
{type} - {scope}: {message}
the whole block could be optional if no value for the containing variable is set:
{type}{ - {scope}?}: {message}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions