From e8ae9ba010139c650be62e75e40a6645187f6637 Mon Sep 17 00:00:00 2001 From: Stephen Sawchuk Date: Thu, 18 Sep 2014 08:29:24 -0400 Subject: [PATCH] docs(chore): 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 046e206b68c1..f535264cce8a 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: + +``` +(): + + + +