You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2021/08/23 12:56:30 UTC

[camel-k] branch main updated: doc: contribute links

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 034ada1  doc: contribute links
034ada1 is described below

commit 034ada1977c83071de617fbd89719c6460345de4
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Thu Aug 19 16:21:58 2021 +0200

    doc: contribute links
    
    Closes #2502
---
 docs/modules/ROOT/pages/contributing/developers.adoc | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/contributing/developers.adoc b/docs/modules/ROOT/pages/contributing/developers.adoc
index c8e728d..7b0b997 100644
--- a/docs/modules/ROOT/pages/contributing/developers.adoc
+++ b/docs/modules/ROOT/pages/contributing/developers.adoc
@@ -3,9 +3,20 @@
 
 We love contributions!
 
-The project is written in https://golang.org/[go] and contains some parts written in Java for the https://github.com/apache/camel-k-runtime/[integration runtime].
+The https://github.com/apache/camel-k/[main project] is written in https://golang.org/[go] and contains some parts written in Java for the https://github.com/apache/camel-k-runtime/[integration runtime].
 Camel K is built on top of Kubernetes through *Custom Resource Definitions*.
 
+[[how]]
+== How can I contribute?
+
+There are many ways you can contribute to Camel K, not only software development, as well as with the rest of Camel community:
+
+* Contribute actively to development (see the section below)
+* Use it and report any feedback, improvement or bug you may find via https://github.com/apache/camel-k/[Github], link:/community/mailing-list/[mailing list] or https://camel.zulipchat.com[chat].
+* Contribute by writing missing documentation or blog posts about the features around Camel K
+* https://twitter.com/ApacheCamel[Tweet], like and socialize Camel K in your preferred social network
+* Enjoy the talks that the contributors submit in various conferences around the world
+
 [[requirements]]
 == Requirements