Skip to content

Commit 927c3c7

Browse files
authored
Update README.md (#2594)
1 parent 44d9242 commit 927c3c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ None of these is essential for a pull request, but they will all help.
8282
They can also be added after the original pull request but before a merge.
8383

8484
* 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).
8888
* Add some Javadocs and, if you change the namespace, some XSD doc elements.
8989
* A few unit tests would help a lot as well - someone has to do it.
9090
* 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

Comments
 (0)