git-cz 0.7.2

Git conventional commit tools written in Rust
*{{#if scope}} **{{scope}}:**
{{~/if}} {{#if subject}}
    {{~subject}}
{{~else}}
    {{~header}}
{{~/if~}}

{{~#if @root.linkReferences}} ([{{shortHash}}]({{commitUrlFormat}}))
{{~else}} {{shortHash}}
{{~/if~}}

{{~#if references~}}
    , closes
    {{~#each references}} {{#if @root.linkReferences~}}
        [
        {{~#if this.owner}}
            {{~this.owner}}/
        {{~/if}}
        {{~this.repository}}{{this.prefix}}{{this.issue}}]({{issueUrlFormat}})
    {{~else}}
        {{~#if this.owner}}
            {{~this.owner}}/
        {{~/if}}
        {{~this.repository}}{{this.prefix}}{{this.issue}}
    {{~/if}}{{/each}}
{{~/if}}