From be885f8ddde8fe60e60b86d2304a7258404d055f Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Sat, 6 Apr 2013 05:50:22 +0000 Subject: [PATCH] Add what we decided about how to set versions in JIRA when resolving an issue git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1465194 13f79535-47bb-0310-9956-ffa450edef68 --- hbase-assembly/src/docbkx/community.xml | 35 ++++++++++++++++++++----- 1 file changed, 29 insertions(+), 6 deletions(-) diff --git a/hbase-assembly/src/docbkx/community.xml b/hbase-assembly/src/docbkx/community.xml index 2c09908aed9..075f5346908 100644 --- a/hbase-assembly/src/docbkx/community.xml +++ b/hbase-assembly/src/docbkx/community.xml @@ -36,7 +36,7 @@ keep elsewhere -- it should be public so it can be observed -- and you can update dev mailing list on progress. When the feature is ready for commit, 3 +1s from committers will get your feature mergedSee HBase, mail # dev - Thoughts about large feature dev branches - +
Patch +1 Policy @@ -47,7 +47,7 @@ first to see if it works before we cast it in stone. Apache HBase is made of components. -Components have one or more s. See the 'Description' field on the +Components have one or more s. See the 'Description' field on the components JIRA page for who the current owners are by component. @@ -67,8 +67,31 @@ first pass). Any -1 on a patch by anyone vetos a patch; it cannot be committed until the justification for the -1 is addressed. -
- + +
+ How to set fix version in JIRA on issue resolve + Here is how we agreed to set versions in JIRA when we + resolve an issue. If trunk is going to be 0.98.0 then: + + + Commit only to trunk: Mark with 0.98 + + + Commit to 0.95 and trunk : Mark with 0.98, and 0.95.x + + + Commit to 0.94.x and 0.95, and trunk: Mark with 0.98, 0.95.x, and 0.94.x + + + Commit to 89-fb: Mark with 89-fb. + + + Commit site fixes: no version + + + +
+
Community Roles
@@ -104,6 +127,6 @@ goals or the design toward which they are driving their component If you would like to be volunteer as a component owner, just write the dev list and we'll sign you up. Owners do not need to be committers. -
-
+ +