Author: crossley
Date: Tue Aug 16 19:15:58 2005
New Revision: 233106
URL: http://svn.apache.org/viewcvs?rev=233106&view=rev
Log:
Clarify what we mean by commit-then-review.
Modified:
forrest/trunk/site-author/content/xdocs/guidelines.xml
Modified: forrest/trunk/site-author/content/xdocs/guidelines.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/guidelines.xml?rev=233106&r1=233105&r2=233106&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/guidelines.xml (original)
+++ forrest/trunk/site-author/content/xdocs/guidelines.xml Tue Aug 16 19:15:58
2005
@@ -504,7 +504,13 @@
<section id="code">
<title>Code management</title>
<p>
- <link
href="http://www.apache.org/foundation/glossary.html#CommitThenReview">Commit-then-review</link>.
+ We use the
+ <link
href="http://www.apache.org/foundation/glossary.html#CommitThenReview">Commit-then-review</link>
+ method. This basically means that committers conduct a very minor
+ review of each patch, looking for major issues such as licensing
+ issues and obvious things that would break the build of trunk.
+ Otherwise they would add the patch as-is, then everyone will
+ review the changes.
</p>
</section>