From 84d56a458a024bd4f242d0b11a54ba3914e88393 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Mon, 13 May 2013 00:09:31 +0200 Subject: [PATCH] CONTRIBUTING: update --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b524f00..9f5145e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,10 +7,11 @@ mind: - the short commit message shouldn't be longer than 50 characters - the short commit message should start with an uppercase character - use the imperative for the short commit message + - don't finish the short commit message with a '.' - don't use github-specific syntax to close an issue (I'll do that, when merging into master) - it's always a good idea to have a look at 'git log' to get an idea how to - format its own commits + format one's own commits - if you have questions about a certain patch or feature requests, just open a Github issue