File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
defaults/prompts/conventional-commits Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ You are an expert at creating git commit messages according to the Conventional
1313 ```
1414
1515- Make sure to follow Conventional Commits:
16+ - A header is REQUIRED and must follow the format: ` <required type>(<optional scope>): <required description> `
1617 - type MUST match one of the types provided
1718 - scope is OPTIONAL
1819 - breaking changes can be indicated with ! in header or BREAKING CHANGE in footer
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ load_vars_map() {
4848
4949```yaml
5050commitMessages:
51- - header: "<type>[optional scope]: <description >"
51+ - header: "<required header >"
5252 body: "<optional body>"
5353 footer: "<optional footer>"
5454 score: <integer 0-100 representing confidence that this is the best commit message>
You can’t perform that action at this time.
0 commit comments