Skip to content

Commit 9dbeac5

Browse files
authored
Update README.md (#227)
1 parent 5e64b80 commit 9dbeac5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ How to contribute?
4848
Follow the steps given below,
4949

5050
1. Fork, https://github.com/codezonediitj/pydatastructs/
51-
2. Execute, `git clone https://github.com/<your-github-username>/pydatastructs/`
51+
2. Execute, `git clone https://github.com/codezonediitj/pydatastructs/`
5252
3. Change your working directory to `../pydatastructs`.
5353
4. Execute, `git remote add origin_user https://github.com/<your-github-username>/pydatastructs/`
5454
5. Execute, `git checkout -b <your-new-branch-for-working>`.
@@ -66,13 +66,13 @@ See you soon with your first PR.
6666
Guidelines
6767
----------
6868

69-
We recommend you to introduce yourself on our [gitter channel](https://gitter.im/codezoned2017/Lobby). You can include the courses you have taken relevant to data structures and algorithms, some projects, prior experience, in your introduction. This will help us to allocate you issues of suitable difficulty.
69+
We recommend you to join our [gitter channel](https://gitter.im/codezoned2017/Lobby) for dicussing anything related to the project.
7070

7171
Please follow the rules and guidelines given below,
7272

7373
1. Follow the [numpydoc docstring guide](https://numpydoc.readthedocs.io/en/latest/format.html).
7474
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.
75-
3. For the first-time contributors we recommend not to take a complex data structure, rather start with `linear data structures` or `abstract data types`. You can also pick issues labelled as `good_first_issues`.
75+
3. For the first-time contributors we recommend not to take a complex data structure, rather start with `beginner` or `easy`.
7676

7777
The following parameters are to be followed to pass the code quality tests for your Pull Requests,
7878

0 commit comments

Comments
 (0)