From cf2cb4590f30ca44dc33a5341a5f08190cc8eb57 Mon Sep 17 00:00:00 2001 From: Stephen Sawchuk Date: Thu, 18 Sep 2014 09:42:47 -0400 Subject: [PATCH] docs(contributing): document git commit conventions To introduce contributors to our git conventions, our CONTRIBUTING.md file now links to the AngularJS contributing document. --- CONTRIBUTING.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 046e206b68c..09ea9599151 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -57,6 +57,28 @@ $ npm run cover The test coverage report will be available in `coverage/`. +## Commit Guidelines + +We follow the AngularJS [commit conventions][ngcontributing]. Please model your commit message after the following structure: + +``` +(): + + + +