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