Skip to content

Commit b2d85c2

Browse files
authored
Update README.md
1 parent 79a69ff commit b2d85c2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# **Python-algorithms**
22
## efficient algorithms for general tasks with good time complexity.
33

4+
## To push a Pull-request:
5+
* Fork this repo.
6+
* Star the repo
7+
* Clone the repo on your local machine using `git clone https://github.com/{your-username}/python-algorithms.git`.
8+
* Create a branch `git checkout -b your_new_branch_name`
9+
* Make required changes then add and commit
10+
`git add.`
11+
`git commit -m "your commit message"`
12+
* Push your changes `git push origin your_new_branch_name`
13+
* Merge and send a Pull-request.
14+
415
------------------------------------------------------------------------------------
516

617
**Referance:** Competetive programming with python

0 commit comments

Comments
 (0)