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-spring-boot.git
The following commit(s) were added to refs/heads/main by this push:
new 24ff14680fd (chores) doc: added basic contribution guide to Camel
Spring Boot
24ff14680fd is described below
commit 24ff14680fde8f503901243c4bd68ef1439f7eda
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Tue Jun 27 10:48:13 2023 +0200
(chores) doc: added basic contribution guide to Camel Spring Boot
---
docs/spring-boot/modules/ROOT/pages/contributing.adoc | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/docs/spring-boot/modules/ROOT/pages/contributing.adoc
b/docs/spring-boot/modules/ROOT/pages/contributing.adoc
new file mode 100644
index 00000000000..f52e08752e5
--- /dev/null
+++ b/docs/spring-boot/modules/ROOT/pages/contributing.adoc
@@ -0,0 +1,14 @@
+= Contributing
+
+== Building the code
+
+You need https://maven.apache.org[Apache Maven] version 3.9.0 or greater to
build the code. You can either use your own Maven package or build using the
Maven wrapper (`mvnw`) provided with the project.
+
+[source,bash]
+----
+mvn -Pfastinstall clean install
+----
+
+== Reporting a bug or problem
+
+The Camel Spring Boot project uses the
https://issues.apache.org/jira/browse/CAMEL[Apache Foundation Jira instance]
for tracking issues, tasks, and feature requests.