From 4edc91ea46f458479f15dcc8eb39d80efa892df9 Mon Sep 17 00:00:00 2001 From: William DURAND Date: Thu, 14 Nov 2013 12:07:19 +0100 Subject: [PATCH] Add a note about PR desc in CONTRIBUTING file --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d993dd7..3677a2c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,4 +27,7 @@ commits](http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.h too. This is used to "clean" your Pull Request before merging it (we don't want commits such as `fix tests`, `fix 2`, `fix 3`, etc.). +Also, while creating your Pull Request on GitHub, you MUST write a description +which gives the context and/or explains why you are creating it. + Thank you!