From 91bc46f8153cafdcb770af41ec5d84c2e5524b1e Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Wed, 17 Feb 2010 18:56:08 +0100 Subject: [PATCH] devel-docs: milestones are also used to track resolved bugs --- devel-docs/bugzilla-milestones.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/devel-docs/bugzilla-milestones.txt b/devel-docs/bugzilla-milestones.txt index 86d9ad388f..6afab3347e 100644 --- a/devel-docs/bugzilla-milestones.txt +++ b/devel-docs/bugzilla-milestones.txt @@ -13,6 +13,10 @@ The bugs on the stable milestone, i.e. on the 2.6 milestone if GIMP 2.6 is the stable release, are bugs for which fixes will be accepted onto the stable branch. +Reports for bugs that are fixed in the stable branch should have the +stable milestone set. Usually such a fix is done in the development +branch and then cherry-picked to the stable branch. + Next stable milestone --------------------- @@ -23,6 +27,11 @@ enhancement requests scheduled and planned for inclusion in the next stable version. This list is rather dynamic and will be altered during the execution of a development cycle. +If you fix a bug or implement a feature request for the next release, +then please make sure that the milestone is set accordingly. This +allows us to make a list of changes by looking at the resolved bugs on +the milestone. + Future milestone ----------------