Author: bhavanki
Date: Mon Jun 23 20:39:26 2014
New Revision: 1604931

URL: http://svn.apache.org/r1604931
Log:
ACCUMULO-1834 Add Review Board guidelines for Accumulo.

Added:
    accumulo/site/trunk/content/rb.mdtext
Modified:
    accumulo/site/trunk/content/source.mdtext
    accumulo/site/trunk/templates/nav.html

Added: accumulo/site/trunk/content/rb.mdtext
URL: 
http://svn.apache.org/viewvc/accumulo/site/trunk/content/rb.mdtext?rev=1604931&view=auto
==============================================================================
--- accumulo/site/trunk/content/rb.mdtext (added)
+++ accumulo/site/trunk/content/rb.mdtext Mon Jun 23 20:39:26 2014
@@ -0,0 +1,126 @@
+Title: Apache Accumulo Review Board Guidelines
+Skiph1fortitle: true
+Nav: nav_rb
+Notice:    Licensed to the Apache Software Foundation (ASF) under one
+           or more contributor license agreements.  See the NOTICE file
+           distributed with this work for additional information
+           regarding copyright ownership.  The ASF licenses this file
+           to you under the Apache License, Version 2.0 (the
+           "License"); you may not use this file except in compliance
+           with the License.  You may obtain a copy of the License at
+           .
+             http://www.apache.org/licenses/LICENSE-2.0
+           .
+           Unless required by applicable law or agreed to in writing,
+           software distributed under the License is distributed on an
+           "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+           KIND, either express or implied.  See the License for the
+           specific language governing permissions and limitations
+           under the License.
+
+# Using Review Board
+
+The Apache Software Foundation provides an [instance][rbinstance] of
+[Review Board][rb] (RB) for projects to use in code reviews. Here is how RB can
+be used to support development in the context of the
+[Apache Accumulo bylaws][bylaws].
+
+Contributors to Accumulo are encouraged to use RB for non-trivial patches and
+any time feedback is desired. No one is required to use RB, but its ready
+availability and better interface for feedback can help with reviews. 
Committers
+seeking review prior to pushing changes can also benefit similarly.
+
+## Roles for Review Board
+
+### Optional Pre-Commit Review
+
+Accumulo operates under the [Commit-Then-Review][ctr] (CtR) policy, so code
+review does not need to occur prior to commit. However, a committer may opt to
+hold a code review before commit for changes that, in their opinion, would
+benefit from additional attention. RB can be used to conduct such code reviews.
+
+### Consensus Approval after a Code Change Veto
+
+Code changes are approved by lazy approval, with consensus approval following
+a veto (see the [Actions][actions] section of the bylaws). RB can be used
+to coordinate a consensus approval vote by providing a convenient view of the
+code change under consideration. The vote itself must still be held on the
+developer mailing list.
+
+## Guidelines for Posting a Review
+
+* It is best to post a git-generated patch as the basis for a review. RB does
+  not support patches containing multiple commits, so either squash commits
+  first, or submit a diff spanning the changeset. The `rbt` and `post-review`
+  tools generate diffs.
+* Strive to make your changes small. Reviewers are less likely to want to
+  trudge through a review with lots of changes, and are more likely to miss
+  problems.
+* Begin the summary of the review with a JIRA issue number. A review must
+  always be associated with a JIRA issue. The issue number should also be
+  entered in the "Bugs" field of the review, providing a link to JIRA.
+* The "Branch" field should contain the name of the branch that the code change
+  is based on (e.g., the base of your git feature branch).
+* Include the "accumulo" user group as reviewers. Also include specific people
+  as individual reviewers, even if they are in the "accumulo" group, if you
+  deem them of primary importance for the review (e.g., you have been working
+  out problems with the review with them, they are expert in the area).
+* Use the description to summarize the change under review. Include helpful
+  instructions to the reviewers here.
+* Describe any testing done on the change. It is not expected that reviewers
+  will do their own testing, and they may reject the review if you have not
+  done sufficient testing yourself.
+* Avoid submitting generated code for review if it can be reproduced by a
+  reviewer.
+
+After the review is published, set the status of the associated JIRA issue to
+"Patch Available" as a signal to reviewers. Also, link to the review from the
+issue (More -> Link -> Web Link) to help viewers of the issue find the review
+and assess its progress.
+
+## Guidelines for Reviewing Code
+
+* Try to associate comments with relevant lines of code in the review.
+* By default, each comment opens a review issue. If a comment pertains to
+  something that should not block the review from completing successfully, then
+  clear the "Open an issue" checkbox before saving your feedback. Examples that
+  might qualify as non-issues: minor formatting/whitespace issues, spelling
+  mistakes, general background questions.
+* If a review looks good, be sure to "Ship It" by either using the "Ship It!"
+  button or by submitting a general review with the "Ship It" checkbox checked.
+
+## Guidelines for Completing a Review
+
+These guidelines do not apply to consensus approval votes, since the vote
+completion depends on the votes registered in the developer mailing list.
+
+* Use your judgement for the number of "Ship It"s you want to receive to
+  consider a review passed. Usually, getting one "Ship It" is enough to proceed
+  with a commit. It is recommended that the "Ship It" be from a committer who
+  is a neutral party not involved in the change under review.
+* Use your judgement for the minimum time length you set for the review. Simple
+  changes can be up for just a day, while complex ones should take up to seven.
+* Review time should be extended in the face of problems discovered in the
+  review. Update the review with improved code instead of discarding (i.e.,
+  closing unsuccessfully) it and beginning a new one.
+* A review should not be "submitted" (i.e., closed successfully) unless there
+  are no outstanding issues. Check with reviewers to ensure that their issues
+  are resolved satisfactorily.
+* A review should be "discarded" if the code requires major rework or it
+  becomes obvious it should never be committed (due to design changes,
+  becoming overcome by events, being back-burnered, etc.).
+* Don't leave a review open indefinitely. Once you have received sufficient
+  feedback to submit or discard it, do so. If there has been no activity for
+  some time, discard the review. A new one can always be created later.
+
+Once you've closed a review as submitted, if you are unable to commit your
+changes yourself, attach the final version of them to the relevant JIRA issue.
+They should be in the form of a patch containing a single commit,
+[per the final steps of the contribution process][contributor].
+
+[rbinstance]: https://reviews.apache.org/
+[rb]: http://www.reviewboard.org/
+[bylaws]: http://accumulo.apache.org/bylaws.html
+[ctr]: http://www.apache.org/foundation/glossary.html#CommitThenReview
+[actions]: http://accumulo.apache.org/bylaws.html#actions
+[contributor]: http://accumulo.apache.org/git.html#contributors

Modified: accumulo/site/trunk/content/source.mdtext
URL: 
http://svn.apache.org/viewvc/accumulo/site/trunk/content/source.mdtext?rev=1604931&r1=1604930&r2=1604931&view=diff
==============================================================================
--- accumulo/site/trunk/content/source.mdtext (original)
+++ accumulo/site/trunk/content/source.mdtext Mon Jun 23 20:39:26 2014
@@ -123,6 +123,10 @@ Changes to non-private members of those 
 <tr><th>Author Tags</th><td>Do not use Author Tags. The code is developed and 
owned by the community.</td></tr>
 </table>
 
+### Code Review
+
+Accumulo has [guidelines for using Review Board][rb] to support code reviews.
+
 ### IDE Configuration Tips
 
 #### Eclipse
@@ -159,6 +163,7 @@ Accumulo's release guide can be found [h
 [git]: http://git-scm.com/
 [cgit]: https://git-wip-us.apache.org/repos/asf?p=accumulo.git;a=summary
 [anongit]: http://git-wip-us.apache.org/repos/asf/accumulo.git
+[rb]: rb.html
 
 
   [1]: http://creadur.apache.org/rat/apache-rat-plugin/
\ No newline at end of file

Modified: accumulo/site/trunk/templates/nav.html
URL: 
http://svn.apache.org/viewvc/accumulo/site/trunk/templates/nav.html?rev=1604931&r1=1604930&r2=1604931&view=diff
==============================================================================
--- accumulo/site/trunk/templates/nav.html (original)
+++ accumulo/site/trunk/templates/nav.html Mon Jun 23 20:39:26 2014
@@ -50,6 +50,7 @@
 <li id="nav_source"><a href="/source.html">Source &amp; Guide</a></li>
 <li id="nav_git"><a href="/git.html">Git WIP</a></li>
 <li id="nav_contrib"><a href="/contrib.html">Contrib Projects</a></li>
+<li id="nav_rb"><a href="/rb.html">Review Board</a></li>
 <li id="nav_releasing"><a href="/releasing.html">Making Releases</a></li>
 <li><a href="https://issues.apache.org/jira/browse/accumulo";><i class="fa 
fa-external-link"></i> Issues</a></li>
 <li><a href="https://builds.apache.org/view/A-D/view/Accumulo/";><i class="fa 
fa-external-link"></i> Builds</a></li>


Reply via email to