aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/guide/contributing.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-12-04 10:50:59 +0100
committerLoïc Hoguin <[email protected]>2015-12-04 10:50:59 +0100
commit2e6ff3214f13944cb8f25c464e935fbbc3e8f1f8 (patch)
tree90f43537a3bc4acad578a7f8efd8cc94f2947fc2 /doc/src/guide/contributing.asciidoc
parent6c570dd8b44a04ffb318eb130745ef9b9cc216ba (diff)
downloaderlang.mk-2e6ff3214f13944cb8f25c464e935fbbc3e8f1f8.tar.gz
erlang.mk-2e6ff3214f13944cb8f25c464e935fbbc3e8f1f8.tar.bz2
erlang.mk-2e6ff3214f13944cb8f25c464e935fbbc3e8f1f8.zip
Fix some formatting issues in the guide
Diffstat (limited to 'doc/src/guide/contributing.asciidoc')
-rw-r--r--doc/src/guide/contributing.asciidoc5
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