commitgpt icon indicating copy to clipboard operation
commitgpt copied to clipboard

issue: the example in the README is wrong

Open thiswillbeyourgithub opened this issue 2 years ago • 0 comments

Hi,

In the example in the readme you have :

suggest 10 commit messages based on the following diff:
{{diff}}
commit messages should:
 - follow conventional commits
 - message format should be: <type>[scope]: <description>

examples:
 - fix(authentication): add password regex pattern
 - feat(storage): add new test cases

The format should be <type>(scope): <description> with parentheses instead of brackets.

thiswillbeyourgithub avatar Nov 14 '23 12:11 thiswillbeyourgithub