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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,10 @@ Welcome to [TheAlgorithms/Python](https://github.com/TheAlgorithms/Python)! Befo
10
10
11
11
We are very happy that you consider implementing algorithms and data structure for others! This repository is referenced and used by learners from all over the globe. Being one of our contributors, you agree and confirm that:
12
12
13
-
-your did your work - no plagiarism allowed
13
+
-You did your work - no plagiarism allowed
14
14
- Any plagiarized work will not be merged.
15
-
-your work will be distributed under[MIT License](License) once your pull request is merged
16
-
-you submitted work fulfils or mostly fulfils our styles and standards
15
+
-Your work will be distributed under[MIT License](License) once your pull request is merged
16
+
-You submitted work fulfils or mostly fulfils our styles and standards
17
17
18
18
**New implementation** is welcome! For example, new solutions for a problem, different representations for a graph data structure or algorithm designs with different complexity.
19
19
@@ -115,8 +115,8 @@ We want your work to be readable by others; therefore, we encourage you to note
115
115
116
116
- Most importantly,
117
117
118
-
-**be consistent with this guidelines while submitting.**