Skip to content

Commit e7ca74e

Browse files
committed
add contributing section to readme
1 parent c640f1d commit e7ca74e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ To add a submission of a task to the repository, take the following steps.
77

88
- Navigate to the website directory from the root of the repository. This can be `leetcode`, `codility` or `hackerrank`
99
- 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`
1111

1212
**To make your submissions easier to understand by people that want to check it, it would be helpful to add comments explaining it.**
1313
**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](
3838

3939
## Contributing
4040

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

Comments
 (0)