From 9bbede48bdf3d8cf021ef477d61f292913f27d4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Aguirre?= Date: Sat, 4 Feb 2017 10:36:49 -0300 Subject: [PATCH] Update contributing guide to mention changelog entries --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7e336a12..933b2237 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,6 +28,7 @@ contribution should be followed if you want to submit a pull request. coding style that is used already. * If possible, submit tests to your patch / new feature so it can be tested easily. * Assure nothing is broken by running all the tests. +* Add a meaningful entry to the `CHANGELOG.md` document. ## Submit Changes