From c8a091cb3df27f9ef83c4d5f34235be03eda7310 Mon Sep 17 00:00:00 2001 From: Mars Lan Date: Sat, 21 Mar 2020 11:11:24 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 50 ++++++++++++++++++++++++++++++------------------- 1 file changed, 31 insertions(+), 19 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 756dfc2be9..3acc9d8c30 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,37 +24,40 @@ Before you submit your Pull Request (PR), consider the following guidelines: ## Commit Message Format -Each commit message consists of a *header*, a *body* and a *footer*. The header has a special formation that includes a *type*, a *scope*, and a *subject*: +Please follow the [Conventional Commits](https://www.conventionalcommits.org/) specification for the commit message format. In summary, each commit message consists of a *header*, a *body* and a *footer*, separated by a single blank line. - : - - - -