From 81de8ae19b3263d70b8c09b8c78d679d47e48146 Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Tue, 15 Sep 2015 14:11:30 -0600 Subject: [PATCH] docs(readme): add convention links Link to commitizen and validate-commit-msg for project maintainers to simplify contributing. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e19037db..3727468d 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ _Note:_ The current release/tag implementation is tied to GitHub, but could be o This module ships with the [AngularJS Commit Message Conventions](https://docs.google.com/document/d/1QrDFcIiPjSLDn3EL15IJygNPiHORgU1_OOAqWjiDU5Y/edit) and changelog generator, but you can [define your own](#plugins) style. 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**: +format that includes a **type**, a **scope** and a **subject** ([full explanation](https://github.com/ajoslin/conventional-changelog/blob/master/conventions/angular.md)): ``` (): @@ -106,7 +106,7 @@ format that includes a **type**, a **scope** and a **subject**: