From 33036a866d7a77d65e2fcdfc9f77b58fac877cb1 Mon Sep 17 00:00:00 2001 From: David Moxey <d.moxey@imperial.ac.uk> Date: Thu, 14 Jul 2016 09:35:10 +0100 Subject: [PATCH] Update contribution guide to clarify CHANGELOG entry --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c54fd03b4d..dd647a553d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -51,6 +51,7 @@ project. It's a pretty simple process: new features? - Have you run your branch through buildbot and do all the tests pass? - Is there documentation in the user guide and/or developer guide? +- Have you added a CHANGELOG entry, including the MR number? - Are there any massive files you might have added in the commit history? We try to keep test files as small as possible. If so you'll need to rebase or filter-branch to remove those from the commit history. -- GitLab