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: CONTRIBUTING.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,9 @@
11
11
* Please include a description for the algorithm that you are implementing. It doesn't matter if it's copied from somewhere as long as it helps people that are learning new algorithm.
12
12
* Graphical examples would be very helpful too.
13
13
* You can include tests as well.
14
-
* Don't remove previous implementations of algorithms. Just add a new file with your own implementation.
14
+
* Don't remove previous implementations of algorithms. You can help in improving the current implementation by adding explanations and examples.
15
15
* Beautify and clean up your code for easier reading
16
+
16
17
### Note:
18
+
***Do not make a new issue unless required.**
17
19
* If your PR is closed without any comment, it means that your PR does not meet the above criteria. Make sure your PR is **not Duplicate** and it should be **well-documented**.
0 commit comments