From 17d76b4bc1f367d8ff5743f05dc0c9db121430ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 4 Dec 2015 10:55:29 +0100 Subject: Update user guide --- guide/ch25.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guide/ch25.html') diff --git a/guide/ch25.html b/guide/ch25.html index d55e66a..983e946 100644 --- a/guide/ch25.html +++ b/guide/ch25.html @@ -48,7 +48,7 @@ NOW, open a ticket as previously explained.

Once you have opened a ticket, 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 +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