Skip to content

Commit aaf023e

Browse files
authored
Update README.md
1 parent 7d800c9 commit aaf023e

File tree

1 file changed

+34
-32
lines changed

1 file changed

+34
-32
lines changed

README.md

Lines changed: 34 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -14,39 +14,41 @@ You can find our Contributing Guidelines [here](CONTRIBUTING.md).
1414

1515
<details>
1616
<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).
3119

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:
5052
</details>
5153
5254
## 🪪 License

0 commit comments

Comments
 (0)