mirror of
https://gitee.com/dcren/initializr.git
synced 2026-09-19 06:17:42 +08:00
Remove outdated references to Groovy
This commit is contained in:
+3
-3
@@ -23,12 +23,12 @@ None of these is essential for a pull request, but they will all help. They can
|
||||
added after the original pull request but before a merge.
|
||||
|
||||
* Use the https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-Code-Style[Spring Framework code format conventions].
|
||||
* Make sure all new `.groovy` files to have a simple Javadoc class comment with at least an
|
||||
* 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.
|
||||
* Add the ASF license header comment to all new `.groovy` files (copy from existing files
|
||||
* Add the ASF license header comment to all new `.java` files (copy from existing files
|
||||
in the project)
|
||||
* Add yourself as an `@author` to the .groovy files that you modify substantially (more
|
||||
* Add yourself as an `@author` to the .java files that you modify substantially (more
|
||||
than cosmetic changes).
|
||||
* Add some Javadocs and, if you change the namespace, some XSD doc elements.
|
||||
* A few unit tests would help a lot as well -- someone has to do it.
|
||||
|
||||
Reference in New Issue
Block a user