Skip to content

Commit cc099bc

Browse files
authored
Merge pull request #404 from abhi2694/readme
Added contribution instructions in Readme
2 parents a57c07d + 634862a commit cc099bc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: README.md

+10
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,13 @@ Anyone can contribute to this repositry.
1515
<li>Create a pull request</li>
1616
<li>Star the repository to show your support</li>
1717
</ul>
18+
19+
## Instructions
20+
Create a folder for the topic you wish to contribute in and add the respective files in that particular folder.
21+
If a folder for a particular Data Structure or Algorithm exists. Add your codes in that folder itself.
22+
If a folder already exists, add your codes to it.
23+
24+
### Additional Notes
25+
* Code should be properly commented so as to ensure it's readability.
26+
* If you've added code that should be tested, add tests as comments.
27+
* Make sure your code is properly formatted.

0 commit comments

Comments
 (0)