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: README.md
+2-5
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ To add a submission of a task to the repository, take the following steps.
7
7
8
8
- Navigate to the website directory from the root of the repository. This can be `leetcode`, `codility` or `hackerrank`
9
9
- Find the folder that corresponds to the name of the question.
10
-
- Make your submission inside that folder. The name of your file containing your submission should be your name, separated by hyphens. E.g. `folashade-daniel`
10
+
- Make your submission inside that folder. The name of your file containing your submission should be your name, separated by hyphens. E.g. `john-doe`
11
11
12
12
**To make your submissions easier to understand by people that want to check it, it would be helpful to add comments explaining it.**
13
13
**You should also add indicate the time and space complexities of your submissions.**
@@ -38,7 +38,4 @@ You may drop questions from any website including but not limited to [Leetcode](
38
38
39
39
## Contributing
40
40
41
-
-[ ] Create a Contributing.md file to guide open source contributions
42
-
-[ ] Make the repository public
43
-
-[ ] Add a License maybe???
44
-
-[ ] Decide whether open source contributors can also add questions or can only make submissions to questions we post.
41
+
We would love to see your approaches to our problems. To contribute your solution to any of the problems, create a pull request following the [Submission section](#submissions) of this page. Your code should be commented with explanations / the basic approach to make it easier to understand by people that want to go through it.
0 commit comments