From 18229f52e6752d98d0ba5d1da509973df7752ff0 Mon Sep 17 00:00:00 2001 From: Ted John Date: Fri, 15 Jul 2016 18:47:20 +0100 Subject: [PATCH] Updated Commit Messages (markdown) --- Commit-Messages.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Commit-Messages.md b/Commit-Messages.md index 2c52d97..1fc7565 100644 --- a/Commit-Messages.md +++ b/Commit-Messages.md @@ -39,6 +39,7 @@ before it. Queue time changed to only be drawn for rides. ``` **Notes** -* If the first line of commit message is too long, GitHub's UI will fold it. It's very likely such commit won't get accepted. +* The summary should start with a verb in the present tense (e.g. Add, change, fix etc.). +* If the first line of commit message is over 72 characters, GitHub's UI will fold it. * There has to be one line of space between the topic (first line) and body of commitmsg * If you cannot fit the description and your commit is large, consider splitting it into smaller chunks. \ No newline at end of file