From 39472b9db4c2715e2d2aeb0158d78f1bea607b81 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Thu, 7 Aug 2014 18:37:32 +0200 Subject: [PATCH] Update CONTRIBUTING.rst --- CONTRIBUTING.rst | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 8e2f1a5..2da2c5b 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -20,9 +20,6 @@ * But not because you wrote too few tests. - * Write descriptive commit messages, mostly because i need to write a - changelog at some point. Use ``git rebase -i`` and ``git commit --ammend`` - if needed. - - * Add yourself to ``CONTRIBUTORS.rst`` and also add an entry to - ``CHANGELOG.rst`` if you think your change is relevant to end users. + * Add yourself to ``CONTRIBUTORS.rst``. Don't add anything to + ``CHANGELOG.rst``, I do that myself shortly before the release. You can + help by writing meaningful commit messages.