From a4dd91e175a9218d5612ebd6840d7098dd8b85d6 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Wed, 8 May 2013 14:59:27 +0200 Subject: [PATCH] CONTRIBUTING: update --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a1921ee..b524f00 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,12 +11,16 @@ mind: 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 + - if you have questions about a certain patch or feature requests, just open + a Github issue Examples -------- +``` Bad: "fixed loop to start from 0 instead of 1" Good: "Avoid off-by-one issue in skiplist loop" Bad: "fixed typo" Good: "Docs: typo" +```