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

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


The following commit(s) were added to refs/heads/main by this push:
     new 940b3ace9d5 (chores) doc: minor adjustments to the contribution 
documentation
940b3ace9d5 is described below

commit 940b3ace9d5a08abf1b0cf03ba656002fbdae7c6
Author: Otavio R. Piske <angusyo...@gmail.com>
AuthorDate: Sat Sep 23 11:19:58 2023 +0200

    (chores) doc: minor adjustments to the contribution documentation
    
    Signed-off-by: Otavio R. Piske <angusyo...@gmail.com>
---
 docs/main/modules/contributing/pages/index.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/main/modules/contributing/pages/index.adoc 
b/docs/main/modules/contributing/pages/index.adoc
index 89a9b890f69..d1aa0969398 100644
--- a/docs/main/modules/contributing/pages/index.adoc
+++ b/docs/main/modules/contributing/pages/index.adoc
@@ -69,7 +69,7 @@ We appreciate all reproducers, but there are a few tips that 
can make us appreci
 * When an external application is required, reduce debugging friction:
 ** Use the plain Camel Core (i.e.: if it's a problem on Camel Core, avoid 
creating a reproducer based on Camel Quarkus, Camel Spring Boot and others).
 ** Use Java: the Camel Core is written in Java and that's the language the 
community is most familiar with.
-
+* Reproducers using Camel JBang are also highly helpful.
 
 [NOTE]
 ====
@@ -83,7 +83,7 @@ mvn archetype:generate -B \
     -DarchetypeVersion=4.0.0 \
     -Dpackage=org.apache.camel \
     -DgroupId=org.apache.camel.reproducer \
-    -DartifactId=testing-routes-with-test-container \
+    -DartifactId=reproducer-for-my-issue \
     -Dversion=1.0.0-SNAPSHOT
 ----
 
@@ -229,7 +229,7 @@ Be mindful of the source checks, formatting, and structure 
of the git commit mes
 CAMEL-9999: Some message goes here
 ----
 
-=== Making a contribution
+=== Making a good contribution
 
 * Ensure that the unit tests include proper assertions.
 * Avoid simply outputting changes to the standard output/error or just logging.

Reply via email to