From 6685a212a24ba5a6b734d36bf4438ab9b8ac8483 Mon Sep 17 00:00:00 2001 From: Sumedh Nimkarde Date: Sun, 22 Apr 2018 16:30:56 +0530 Subject: [PATCH] Add source to the para --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 589197c9..e8f81ba4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -95,3 +95,5 @@ like this: Resolves: #123 See also: #456, #789 ``` + +Source: [Tim Pope](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html)'s article.