This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: contribute.html -- emphasize testing


Emphasize the testing requirements when submitting a patch.

Installed.

Gerald

Index: contribute.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/contribute.html,v
retrieving revision 1.57
diff -u -3 -p -r1.57 contribute.html
--- contribute.html	12 Jan 2004 22:03:21 -0000	1.57
+++ contribute.html	4 Sep 2004 12:52:16 -0000
@@ -165,8 +165,8 @@ testsuite run.</p>

<h2><a name="patches">Submitting Patches</a></h2>

-<p>Every patch must have several pieces of information before we can
-properly evaluate it:</p>
+<p>Every patch must have several pieces of information, <em>before</em> we
+can properly evaluate it:</p>

<dl>

@@ -209,8 +209,9 @@ valid. Multiple PRs can be mentioned in

 <dt>Bootstrapping and testing</dt>
 <dd>
-State the host and target combinations you used to do the testing
-described above, and the results of your testing.
+State the host and target combinations you used to do <a
+href="#testing">proper testing</a> as described above, and the results
+of your testing.
 </dd>

<dt>The patch itself</dt>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]