Add a note about PR desc in CONTRIBUTING file

This commit is contained in:
William DURAND 2013-11-14 12:07:19 +01:00
parent e9439de94e
commit 4edc91ea46

View File

@ -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!