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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Kotlin
2
2
3
3
## Contribution Guidelines
4
-
- If you add an algorithm then you have to add a test(JUnit) along with it. In the absence of a test, the PR will not be approved.
4
+
- If you add an algorithm then you have to add a test(JUnit) along with it. In the absence of a test, the PR will not be approved.
5
5
- Follow the correct coding guidelines with proper description of the methods. Refer [Kotlin Coding Standards](https://kotlinlang.org/docs/reference/coding-conventions.html).
6
6
- Please do not add a signature inside the code. The commit history is sufficient to determine who has added the code to the repo.
7
7
- Make sure the algorithm which is getting added comes under a certain domain of Algorithms. Please don't create a package with a name such as Misc, Others, etc.
0 commit comments