From 34e846590c724faa980e6e5704ac3a09325a672b Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 12 Jul 2017 14:35:52 +0100 Subject: [PATCH] Link directly to Commit Guidelines section --- common-flow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common-flow.md b/common-flow.md index 3aa3e49..6135920 100644 --- a/common-flow.md +++ b/common-flow.md @@ -174,7 +174,7 @@ interpreted as described in [RFC 2119](https://tools.ietf.org/html/rfc2119). 1. All commit messages SHOULD follow the Commit Guidelines and format from the official git documentation: - + 2. You SHOULD never blindly commit all changes with "git commit -a". It is RECOMMENDED you use "git add -i" to add individual changes to the staging area so you are fully aware of what you are committing.