diff options
author | Jacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home> | 2016-04-20 07:32:45 -0400 |
---|---|---|
committer | Jacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home> | 2016-04-20 07:32:45 -0400 |
commit | 962979d32a9ff06d00224e73c1fce1f695986def (patch) | |
tree | 6a12230cebe3457ae1fa8dcf5449df39b64a7f38 /CONTRIBUTING.md | |
parent | c3cc3320805af4f86a1304ace787ec56102e2204 (diff) | |
download | gitlab-ce-962979d32a9ff06d00224e73c1fce1f695986def.tar.gz |
Articles on proper commit messagescommit-message-contribution
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1f26a5d7eaf..24cd5864530 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -323,6 +323,7 @@ request is as follows: [shell command guidelines](doc/development/shell_commands.md) 1. If your code creates new files on disk please read the [shared files guidelines](doc/development/shared_files.md). +1. When writing commit messages please follow [these](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) [guidelines](http://chris.beams.io/posts/git-commit/). The **official merge window** is in the beginning of the month from the 1st to the 7th day of the month. This is the best time to submit an MR and get |