You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2019/12/04 05:00:21 UTC

[camel-quarkus] branch master updated: Update contributor-guide.adoc

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ef44422  Update contributor-guide.adoc
ef44422 is described below

commit ef44422ed5d45f65b2e2eb4711056476c0cf110c
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Dec 4 06:00:13 2019 +0100

    Update contributor-guide.adoc
---
 docs/modules/ROOT/pages/contributor-guide.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/modules/ROOT/pages/contributor-guide.adoc b/docs/modules/ROOT/pages/contributor-guide.adoc
index 2d4d8b1..f551030 100644
--- a/docs/modules/ROOT/pages/contributor-guide.adoc
+++ b/docs/modules/ROOT/pages/contributor-guide.adoc
@@ -114,7 +114,7 @@ may consider omitting explicit `nameBase` in some cases.
    `docs/modules/ROOT/pages/extensions/foo-abc.adoc`. After completing the page, run `mvn clean install -DskipTests`
    from the root of the source tree to add your extension to the autogenerated list of extensions.
 
-11. Before sending a pull request, please make sure you have run the following Maven command:
+11. Before sending a pull request, please make sure you have run the following Maven command from the project root folder:
 +
 [code,shell]
 ----
@@ -128,7 +128,7 @@ The above command will perform the following tasks:
 * Sort elements in various POM files properly
 +
 Review the result visually.
-+
-Please squash your commits before sending a pull request.
+
+12. Please squash your commits before sending a pull request.
 
 Good luck!