From 6c0d468c71e4cb2b76af308b08ee323478e50f4d Mon Sep 17 00:00:00 2001 From: Dimitri Merejkowsky Date: Wed, 2 Dec 2015 17:01:11 +0100 Subject: [PATCH] CONTRIBUTING: add a section about the changelog Change-Id: Ic2a992e52f16d88f51d6a81519b63ceb8cb6a307 Reviewed-on: http://gerrit.aldebaran.lan/65678 Tested-by: gerrit Reviewed-by: vbarbaresi --- CONTRIBUTING.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index fede86561..5cdfa21f0 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -49,3 +49,12 @@ To do so: cd python py.test -n NUM_CPUS + + +Make sure to update the changelog +--------------------------------- + +If one of your commits introduces a change in qibuild's behavior, you should +document it in the changelog. (In ``doc/source/changes/.rst``) + +You can do that in a separate commit or in the same commit that introduces the change.