Skip to content

Commit bd15bb8

Browse files
Update README.md
1 parent da71b96 commit bd15bb8

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,12 @@ Other languages provides built-in classes (e.g Linked List, Tree, etc). This mod
102102

103103
### Contributions
104104

105-
If you want to contribute to this repo by adding a problem you should:
105+
I'd be pleased to accept contributions. I'd be happy to discuss problems and solutions over a Pull Request or an Issue.
106106

107-
1) Add the description of the problem at the top of the file.
108-
2) Add a test file with some test cases. The test file must export a `test()` function which should run all the tests of the file.
109-
3) Add your problem to the Readme so that your problem shows up in the list of solutions.
107+
Each problem should have:
108+
109+
1) A description of the problem at the top of the file.
110+
2) A test file with some test cases. The test file must export a `test()` function which should run all the tests of the file.
111+
3) An entry of the problem in the list of solutions within the README file.
110112

111113
PR Example: https://github.com/ignacio-chiazzo/Algorithms-Leetcode-Javascript/pull/39

0 commit comments

Comments
 (0)