You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2023/07/20 12:30:51 UTC

[camel] branch main updated: CAMEL-19633: add a note about requirements for accepting contributions for components

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 72de850fae2 CAMEL-19633: add a note about requirements for accepting contributions for components
72de850fae2 is described below

commit 72de850fae281892041522aad62f215878a79de6
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Thu Jul 20 14:00:41 2023 +0200

    CAMEL-19633: add a note about requirements for accepting contributions for components
---
 docs/main/modules/contributing/pages/index.adoc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/main/modules/contributing/pages/index.adoc b/docs/main/modules/contributing/pages/index.adoc
index 5ba1beaf15f..7b2cc4f711e 100644
--- a/docs/main/modules/contributing/pages/index.adoc
+++ b/docs/main/modules/contributing/pages/index.adoc
@@ -206,6 +206,7 @@ Other guidelines include:
 * Please also avoid unnecessary changes, like reordering methods and fields, which will make your PR harder to review.
 * When submitting a performance improvement, providing JMH test data as evidence or adding a JMH-based test on the https://github.com/apache/camel-performance-tests/[camel-performance-tests] repository is strongly recommended.
 * Be responsive, assume good intent and respect the https://www.apache.org/foundation/policies/conduct.html[Code of Conduct]
+* When contributing components, please make sure that their dependencies are available in the https://search.maven.org[Maven Central]. We do not accept contributions if the dependencies are not publicly available.
 
 Following these guidelines will help you in getting your contribution accepted.