Skip to content

Commit 23c39a8

Browse files
authoredOct 3, 2020
Update CONTRIBUTING.md
1 parent dc350da commit 23c39a8

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
@@ -11,7 +11,9 @@
1111
* 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.
1212
* Graphical examples would be very helpful too.
1313
* 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.
1515
* Beautify and clean up your code for easier reading
16+
1617
### Note:
18+
* **Do not make a new issue unless required.**
1719
* 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

Comments
 (0)
Please sign in to comment.