aboutsummaryrefslogtreecommitdiffstats
path: root/guide/ch25.html
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-12-04 10:51:31 +0100
committerLoïc Hoguin <[email protected]>2015-12-04 10:51:31 +0100
commit0d64c88c56e6281fe4d0041617319ceb55d2505c (patch)
tree7d060fd500cd40173ba5d3ecd0a2bdddecf6844f /guide/ch25.html
parent3c35f561883166ed5a1a9e0e0207d286f0fe793f (diff)
downloaderlang.mk-0d64c88c56e6281fe4d0041617319ceb55d2505c.tar.gz
erlang.mk-0d64c88c56e6281fe4d0041617319ceb55d2505c.tar.bz2
erlang.mk-0d64c88c56e6281fe4d0041617319ceb55d2505c.zip
Update user guide
Diffstat (limited to 'guide/ch25.html')
-rw-r--r--guide/ch25.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/guide/ch25.html b/guide/ch25.html
index 501cf54..cf9807e 100644
--- a/guide/ch25.html
+++ b/guide/ch25.html
@@ -47,8 +47,9 @@ should open a ticket as previously explained.</p><p>If you have found a bug and
NOW, open a ticket as previously explained.</p><p>Once you have opened a ticket, be patient, try to answer
questions in a timely manner and confirm that the bug was
indeed fixed when it is.</p><p>If you can’t be patient, either try to solve the bug and
-contribute the fix back or become a paying customer.</p></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="_code_2"></a>25.3. Code</h2></div></div></div><p>The code is located in the <span class="emphasis"><em>core/<span class="strong"><strong>.mk</strong></span> and <span class="emphasis"><em>plugins/</em></span>.mk</em></span> files.
-The tests are located in the <span class="emphasis"><em>test/Makefile</em></span> and <span class="emphasis"><em>test/*.mk</em></span> files.</p><p>If you have a fix or a hack for a bug, you should open a
+contribute the fix back or become a paying customer.</p></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="_code_2"></a>25.3. Code</h2></div></div></div><p>The code is located in the <span class="emphasis"><em>core/<span class="strong"><strong>.mk</strong></span>
+and <span class="emphasis"><em>plugins/</em></span>.mk</em></span> files. The tests are located in the
+<span class="emphasis"><em>test/Makefile</em></span> and <span class="emphasis"><em>test/*.mk</em></span> files.</p><p>If you have a fix or a hack for a bug, you should open a
pull request. Any fix should include a test case that fails
before the fix and is working after.</p><p>If you have a test case that reproduces a bug, but no fix for
it, you should open a pull request.</p><p>Changes need to be tested with at least the <code class="literal">make check</code>