We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 400d0d1 commit 6bd3bcaCopy full SHA for 6bd3bca
spring-ai-docs/src/main/antora/modules/ROOT/pages/contribution-guidelines.adoc
@@ -1,6 +1,16 @@
1
[[contribution-guidelines]]
2
= Contribution Guidelines
3
4
+== Code Formatting and Javadoc
5
+
6
+Before submitting a PR, please run the following commands to ensure proper formatting and Javadoc processing
7
8
+```
9
+./mvnw spring-javaformat:apply javadoc:javadoc -Pjavadoc
10
11
12
+The `-Pjavadoc` is a profile that enables Javadoc processing so as to avoid a long build time when developing.
13
14
== Contributing a New AI Model Implementation
15
16
This section outlines the steps for contributing a new AI model implementation.
0 commit comments