From b1865fee672bb3d75a35accc9ef69ef920d7cece Mon Sep 17 00:00:00 2001 From: David Moxey 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 c54fd03b4..dd647a553 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