diff xml/en/docs/contributing_changes.xml @ 1351:47e98e05b8dc

Added a couple of words about the nginx test suite.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 11 Nov 2014 17:26:23 +0300
parents b568f0c47599
children a469e77d446f
line wrap: on
line diff
--- a/xml/en/docs/contributing_changes.xml
+++ b/xml/en/docs/contributing_changes.xml
@@ -9,7 +9,7 @@
 <article name="Contributing Changes"
          link="/en/docs/contributing_changes.html"
          lang="en"
-         rev="1">
+         rev="2">
 
 <section id="getting_sources" name="Getting Sources">
 
@@ -117,6 +117,16 @@ Try to make it clear why the suggested c
 case, if possible.
 </listitem>
 
+<listitem>
+Passing your changes through the test suite is a good way to ensure
+that they do not cause a regression.
+The <link url="http://hg.nginx.org/nginx-tests">repository</link> with
+tests can be cloned with the following command:
+<programlisting>
+hg clone http://hg.nginx.org/nginx-tests
+</programlisting>
+</listitem>
+
 </list>
 </para>