Skip to content

Commit

Permalink
(chores) doc: added basic contribution guide to Camel Spring Boot
Browse files Browse the repository at this point in the history
  • Loading branch information
orpiske committed Jun 27, 2023
1 parent f1a9940 commit eeea693
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/spring-boot/modules/ROOT/pages/contributing.adoc
Original file line number Diff line number Diff line change
@@ -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 -DskipTests 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.

0 comments on commit eeea693

Please sign in to comment.