diff options
-rw-r--r-- | doc/src/guide/contributing.asciidoc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/src/guide/contributing.asciidoc b/doc/src/guide/contributing.asciidoc index f76be87..cf258c8 100644 --- a/doc/src/guide/contributing.asciidoc +++ b/doc/src/guide/contributing.asciidoc @@ -35,9 +35,8 @@ 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 |