From 0d64c88c56e6281fe4d0041617319ceb55d2505c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 4 Dec 2015 10:51:31 +0100 Subject: Update user guide --- guide/ch25.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'guide/ch25.html') 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.

If you have found a bug and NOW, open a ticket as previously explained.

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.

If you can’t be patient, either try to solve the bug and -contribute the fix back or become a paying customer.

25.3. Code

The code is located in the core/.mk and plugins/.mk files. -The tests are located in the test/Makefile and test/*.mk files.

If you have a fix or a hack for a bug, you should open a +contribute the fix back or become a paying customer.

25.3. Code

The code is located in the core/.mk +and plugins/.mk files. The tests are located in the +test/Makefile and test/*.mk files.

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.

If you have a test case that reproduces a bug, but no fix for it, you should open a pull request.

Changes need to be tested with at least the make check -- cgit v1.2.3