Skip to content

Commit a5a54ef

Browse files
authored
Update README.md
1 parent 7ad9929 commit a5a54ef

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,17 @@ Follow the steps given below,
3030
10. Execute, `git push origin_user <your-current-branch>`.
3131
11. Make a PR.
3232

33-
That's it, 10 easy steps for your first contribution. For future contributionsm just follow steps 5 to 10. Make sure that before starting work, always checkout to master and pull the recent changes using the remote `origin` and the start following steps 5 to 10.
33+
That's it, 10 easy steps for your first contribution. For future contributionsm just follow steps 5 to 10. Make sure that before starting work, always checkout to master and pull the recent changes using the remote `origin` and then start following steps 5 to 10.
3434

3535
See you soon with your first PR.
36+
37+
Guidelines
38+
----------
39+
40+
Please follow the rules and guidelines given below,
41+
42+
1. Follow the [numpydoc docstring guide](https://numpydoc.readthedocs.io/en/latest/format.html).
43+
2. If you are planning to contribute a new data structure then first raise an issue for discussing the API, rather than directly making a PR.
44+
3. For the first-time contributors we recommend not to take complex data strucutre, rather start with `linear data structures` or `abstract data types`.
45+
46+
Keep contributing!!

0 commit comments

Comments
 (0)