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
+1
Original file line number
Diff line number
Diff line change
@@ -3,3 +3,4 @@
3
3
- As much as possible, try to follow the existing format of markdown and code.
4
4
- Don't forget to run `npm run lint` and `npm test` before submitting pull requests.
5
5
- Make sure that **100%** of your code is covered by tests.
6
+
- If you're adding **new** algorithms or data structures please provide **README.md** for each of them **with explanations** of the algorithm and **with links** to further readings.
0 commit comments