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 a691337 commit e862047Copy full SHA for e862047
README.md
@@ -70,7 +70,8 @@ The procedure to add a new data structure named **Foo** is the following:
70
3) Add tests for Foo in **javatests/com/williamfiset/datastrutures/Foo/FooTest.java**
71
4) Edit the **build.gradle** file and add Foo to the project.
72
5) Add tests for your data structure :kissing_heart:
73
-6) Send pull request for review :open_mouth:
+6) Run 'gradle goJF' to format your Java code.
74
+7) Send pull request for review :open_mouth:
75
76
### Testing
77
0 commit comments