You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/05/16 13:02:01 UTC

[camel] branch master updated: Polish

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 64db9a8  Polish
64db9a8 is described below

commit 64db9a8922db20bd4f1dd6f3049f228a7ad1305b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu May 16 15:01:46 2019 +0200

    Polish
---
 CONTRIBUTING.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 58aaf47..8ba7689 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -47,7 +47,8 @@ To edit the documentation:
    - This file contains a static part and a dynamically generated part: the former can be edited directly in the .adoc file, while the latter needs your intervention on the javadoc
    - Once you modify the javadoc, you'll need to rebuild the component and the .adoc will be automatically updated
    - Create a commit and raise a Pull Request
-- If you want to add more documentation check for .adoc in codebase
+- If you want to add more documentation check for .adoc in codebase 
+
 For more information see [How does the website work](https://github.com/apache/camel/blob/master/docs/user-manual/en/faq/how-does-the-website-work.adoc) or [How do I edit the website for more details](https://github.com/apache/camel/blob/master/docs/user-manual/en/faq/how-do-i-edit-the-website.adoc).
 
 ## If you find a bug or problem