You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,9 +82,9 @@ None of these is essential for a pull request, but they will all help.
82
82
They can also be added after the original pull request but before a merge.
83
83
84
84
* Use the Spring Framework code format conventions (import `eclipse-code-formatter.xml` from the root of the project if you are using Eclipse).
85
-
* Make sure all new .java files to have a simple Javadoc class comment with at least an @author tag identifying you, and preferably at least a paragraph on what the class is for.
86
-
* Add the ASF license header comment to all new .java files (copy from existing files in the project)
87
-
* Add yourself as an @author to the .java files that you modify substantially (more than cosmetic changes).
85
+
* Make sure all new `.java` files to have a simple Javadoc class comment with at least an `@author` tag identifying you, and preferably at least a paragraph on what the class is for.
86
+
* Add the ASF license header comment to all new `.java` files (copy from existing files in the project)
87
+
* Add yourself as an `@author` to the `.java` files that you modify substantially (more than cosmetic changes).
88
88
* Add some Javadocs and, if you change the namespace, some XSD doc elements.
89
89
* A few unit tests would help a lot as well - someone has to do it.
90
90
* If no-one else is using your branch, please rebase it against the current main (or another target branch in the main project).
0 commit comments