+2006-11-18 Mitz Pettel <mitz@webkit.org>
+
+ Reviewed by Maciej.
+
+ Gender-neutrality fix.
+
+ * coding/contributing.html:
+
2006-11-14 Matt Lilek <pewtermoose@gmail.com>
Reviewed by Tim Hatcher.
<?php
- $title="Contributing Code";
- include("../header.inc");
+ $title="Contributing Code";
+ include("../header.inc");
?>
<h2>Contributing Code</h2>
will act as a sponsor.</p>
<p>The sponsor arranges a copy of the committer agreement to be sent to the contributor.
-Once the contributor sends a copy of the signed agreement to Apple, he receives check-in access.</p>
+Once the contributor sends a copy of the signed agreement to Apple, she or he receives check-in access.</p>
<h3>Becoming a Reviewer</h3>
that area.</p>
<p>Reviewers are always responsible only for areas of code in which they are knowledgeable.
-If the reviewer does not feel qualified to handle a particular patch, then he will defer to another reviewer.</p>
+If the reviewer does not feel qualified to handle a particular patch, then he or she will defer to another reviewer.</p>
<?php
- include("../footer.inc");
-?>
\ No newline at end of file
+ include("../footer.inc");
+?>