Update CONTRIBUTING.md

Signed-off-by: Jamil <jamilbk@users.noreply.github.com>
This commit is contained in:
Jamil
2022-10-21 10:51:31 -07:00
committed by GitHub
parent dd9841cd94
commit 2720200b68

View File

@@ -232,7 +232,12 @@ be manually triggered by a reviewer.
### Use Detailed Commit Messages
This will help tremendously during our release engineering process. E.g.
This will help tremendously during our release engineering process.
Please use the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/#specification)
standard to write your commit message.
E.g.
```bash
read -r -d '' COMMIT_MSG << EOM