typescript-template
typescript-template copied to clipboard
Template should write the first commit message as "feat: initial commit"
Currently when using the template, it produces the first commit message in the created repo as "Initial commit". My proposal is to change it to "feat: initial commit", so as to remain consistent with the conventional commits specification.