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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ If you fixed or added something useful to the project, you can send pull-request
15
15
Bugs
16
16
----
17
17
18
-
If you found an error, mistype or any other flawback in the project, please report about it using [issues](https://github.com/Thuva4/Algorithms_Example/issues).
18
+
If you found an error, mistype or any other flaw in the project, please report about it using [issues](https://github.com/Thuva4/Algorithms_Example/issues).
19
19
The more details you provide, the easier it can be reproduced and the faster can be fixed.
20
20
Unfortunately, sometimes the bug can be only reproduced in your project or in your environment, so maintainers cannot reproduce it. In this case we believe you can fix the bug and send us the fix.
21
21
@@ -24,13 +24,13 @@ Unfortunately, sometimes the bug can be only reproduced in your project or in yo
24
24
25
25
1. Fork this repository.
26
26
27
-
2. Check the table in README.md file weather the algorithm is added. If not add a new row with the name of algorithm and create a new folder with a name of the algorithm.
27
+
2. Check the table in the README.md file to see if the algorithm has already been added. If not, add a new row with the name of algorithm and create a new folder with a name of the algorithm.
28
28
29
-
3. Inside the folder create the folder for language you want to share. and add your code.
29
+
3. Inside the folder create the folder for language you want to share and add your code.
30
30
31
31
5. Commit
32
32
33
-
6. Update the README.md. check the language you have used in the table. (check emoji is ``:+1:`` )
33
+
6. Update the README.md. Check the language you have used in the table (check emoji is ``:+1:`` )
0 commit comments