diff options
Diffstat (limited to 'doc/src/guide')
-rw-r--r-- | doc/src/guide/contributing.asciidoc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/guide/contributing.asciidoc b/doc/src/guide/contributing.asciidoc index b4d31fb..f76be87 100644 --- a/doc/src/guide/contributing.asciidoc +++ b/doc/src/guide/contributing.asciidoc @@ -35,8 +35,9 @@ contribute the fix back or become a paying customer. === 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. +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 |