@@ -14,39 +14,41 @@ You can find our Contributing Guidelines [here](CONTRIBUTING.md).
14
14
15
15
<details >
16
16
<summary ><h3 >Getting started 🤟</h3 ></summary >
17
- 1 . Fork this repo (button on top).
18
- 2 . Clone on your local machine.
19
- ```
20
- git clone https://github.com/himanshu-03/Python-Data-Structures.git
21
- ```
22
- 3. Navigate to the project directory.
23
- ```
24
- cd Python-Data-Structures
25
- ```
26
- 4. Create a new *branch*
27
- ```
28
- git checkout -b <branch-name>
29
- ```
30
- 5. Adding New Data Strcture
17
+
18
+ 1 . Fork this repo (button on top).
31
19
32
- - Create a folder named by the Data Structure
33
- - Create `.py` file for a particular algorithm or code
34
- <br />
35
-
36
- > If data structure folder already exists in the repo, kindly add your code in the respective folder.
37
- 6. Add all the changes that you have made
38
- ```
39
- git add .
40
- ```
41
- 7. Commit your changes
42
- ```
43
- git commit -m "{Message}"
44
- ```
45
- 8. Then push
46
- ```
47
- git push -u origin <branch-name>
48
- ```
49
- 9. Submit a pull request :sunglasses:
20
+ 2 . Clone on your local machine.
21
+ ```
22
+ git clone https://github.com/himanshu-03/Python-Data-Structures.git
23
+ ```
24
+ 3. Navigate to the project directory.
25
+ ```
26
+ cd Python-Data-Structures
27
+ ```
28
+ 4. Create a new *branch*
29
+ ```
30
+ git checkout -b <branch-name>
31
+ ```
32
+ 5. Adding New Data Strcture
33
+
34
+ - Create a folder named by the Data Structure
35
+ - Create `.py` file for a particular algorithm or code
36
+ <br />
37
+
38
+ > If data structure folder already exists in the repo, kindly add your code in the respective folder.
39
+ 6. Add all the changes that you have made
40
+ ```
41
+ git add .
42
+ ```
43
+ 7. Commit your changes
44
+ ```
45
+ git commit -m "{Message}"
46
+ ```
47
+ 8. Then push
48
+ ```
49
+ git push -u origin <branch-name>
50
+ ```
51
+ 9. Submit a pull request :sunglasses:
50
52
</details>
51
53
52
54
## 🪪 License
0 commit comments