Skip to content

Commit abe5969

Browse files
committed
fix: remove conventional commits styling from response format requirements
1 parent 1b4821a commit abe5969

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

defaults/prompts/conventional-commits/default.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

src/lib/load_vars_map.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ load_vars_map() {
4848
4949
```yaml
5050
commitMessages:
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>

0 commit comments

Comments
 (0)