Skip to content

Commit 2750aeb

Browse files
updadate CONTRIBUTING.md (#51)
1 parent 603cd76 commit 2750aeb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@
2020
* Expand acronyms because `gcd()` is hard to understand but `greatest_common_divisor()` is not.
2121
* Write `junit` to test all your functions.
2222
* Make sure build success using `gradle clean test` command.
23-
* Please follow [Java naming conventions](https://www.oracle.com/java/technologies/javase/codeconventions-namingconventions.html).
23+
* Please follow [Java naming conventions](https://www.oracle.com/java/technologies/javase/codeconventions-namingconventions.html).
24+
25+
#### Thanks for your contribution 😊

0 commit comments

Comments
 (0)