From 13d60ad090d9b04f8af958464ad1b8a893668ee4 Mon Sep 17 00:00:00 2001 From: Akshay Gaikwad Date: Wed, 24 May 2023 14:57:25 +0530 Subject: [PATCH] docs: add commit message guidelines (#208) Signed-off-by: Akshay Gaikwad --- CONTRIBUTING.md | 101 +++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 99 insertions(+), 2 deletions(-) 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: + +``` +(): + + + +