[CardNumber] author: commit purpose
[CardNumber] author1 & author2: commit purpose
yarn add -D validate-git-commit-message
This validate
need to be used with Husky .
Add this config to package.json
"scripts": {
"commitmsg": "validate-git-commit-msg",
....
}