diff options
author | Loïc Hoguin <[email protected]> | 2015-12-04 10:54:49 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2015-12-04 10:54:49 +0100 |
commit | bb77b8561b652b63c504434e9ace95b38412d91d (patch) | |
tree | 41efc5f2a358376dcc3886da47c31a9e0a2fe1f4 /guide/ch25.html | |
parent | 0d64c88c56e6281fe4d0041617319ceb55d2505c (diff) | |
download | erlang.mk-bb77b8561b652b63c504434e9ace95b38412d91d.tar.gz erlang.mk-bb77b8561b652b63c504434e9ace95b38412d91d.tar.bz2 erlang.mk-bb77b8561b652b63c504434e9ace95b38412d91d.zip |
Update user guide
Diffstat (limited to 'guide/ch25.html')
-rw-r--r-- | guide/ch25.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/guide/ch25.html b/guide/ch25.html index cf9807e..d55e66a 100644 --- a/guide/ch25.html +++ b/guide/ch25.html @@ -47,9 +47,8 @@ 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/*.mk</em></span> and <span class="emphasis"><em>plugins/*.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> |