comparison 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
comparison
equal deleted inserted replaced
1350:1e5ca88d9073 1351:47e98e05b8dc
7 <!DOCTYPE article SYSTEM "../../../dtd/article.dtd"> 7 <!DOCTYPE article SYSTEM "../../../dtd/article.dtd">
8 8
9 <article name="Contributing Changes" 9 <article name="Contributing Changes"
10 link="/en/docs/contributing_changes.html" 10 link="/en/docs/contributing_changes.html"
11 lang="en" 11 lang="en"
12 rev="1"> 12 rev="2">
13 13
14 <section id="getting_sources" name="Getting Sources"> 14 <section id="getting_sources" name="Getting Sources">
15 15
16 <para> 16 <para>
17 <link url="http://mercurial.selenic.com">Mercurial</link> is used 17 <link url="http://mercurial.selenic.com">Mercurial</link> is used
115 <listitem> 115 <listitem>
116 Try to make it clear why the suggested change is needed, and provide a use 116 Try to make it clear why the suggested change is needed, and provide a use
117 case, if possible. 117 case, if possible.
118 </listitem> 118 </listitem>
119 119
120 <listitem>
121 Passing your changes through the test suite is a good way to ensure
122 that they do not cause a regression.
123 The <link url="http://hg.nginx.org/nginx-tests">repository</link> with
124 tests can be cloned with the following command:
125 <programlisting>
126 hg clone http://hg.nginx.org/nginx-tests
127 </programlisting>
128 </listitem>
129
120 </list> 130 </list>
121 </para> 131 </para>
122 132
123 </section> 133 </section>
124 134