diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 842bd8a..e4a3191 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -140,7 +140,104 @@ go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest ``` - Run `make build-proto` to regenerate proto artifacts -## DCO Sign off +# Commit Message Guidelines + +Paralus uses [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/). + +## Commit Message Format + +Each commit message consists of a **header**, a **body** and a **footer**. The header has a special format that includes a type, a scope and a subject: + +``` +(): + + + +