[gimp] devel-docs: Add bugzilla-milestones.txt



commit 5a11453465ebf2b3f6130fb67bf5b5cd189ed3f1
Author: Martin Nordholts <martinn src gnome org>
Date:   Wed Feb 17 08:33:41 2010 +0100

    devel-docs: Add bugzilla-milestones.txt
    
    Add bugzilla-milestones.txt that explains how we use the milestone
    feature in our bugtracker.

 devel-docs/Makefile.am             |    1 +
 devel-docs/bugzilla-milestones.txt |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+), 0 deletions(-)
---
diff --git a/devel-docs/Makefile.am b/devel-docs/Makefile.am
index 0484d12..8fdc0d3 100644
--- a/devel-docs/Makefile.am
+++ b/devel-docs/Makefile.am
@@ -20,6 +20,7 @@ EXTRA_DIST = \
 	ChangeLog			\
 	README				\
 	README.gtkdoc			\
+	bugzilla-milestones.txt		\
 	contexts.txt			\
 	debug-plug-ins.txt		\
 	exif-handling.txt		\
diff --git a/devel-docs/bugzilla-milestones.txt b/devel-docs/bugzilla-milestones.txt
new file mode 100644
index 0000000..86d9ad3
--- /dev/null
+++ b/devel-docs/bugzilla-milestones.txt
@@ -0,0 +1,32 @@
+bugzilla-milestones.txt
+-----------------------
+
+This document describes how the GIMP project uses milestones in the
+Bugzilla bugtracker found at:
+https://bugzilla.gnome.org/browse.cgi?product=GIMP.
+
+
+Stable milestone
+----------------
+
+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.
+
+
+Next stable milestone
+---------------------
+
+The bugs/enhancement requests on the next stable milestone, i.e. on
+the 2.8 milestone if GIMP 2.6 is the stable release, are bugs or
+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.
+
+
+Future milestone
+----------------
+
+The bugs/enhancement requests on the Future milestone are things that
+the GIMP project eventually want to include in a future version, but
+in what version is not yet decided.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]