|
2 | 2 | If this is your first time to open source contribution in python So that I have created this repo for all the you to start contributing. |
3 | 3 |
|
4 | 4 | #How to contribute! |
5 | | - ##Steps: |
| 5 | + ##Steps: |
6 | 6 | * fork the[repository](https://github.com/ankitdobhal/Python-Scripts) |
7 | 7 | * Clone the fork[repo](https://github.com/ankitdobhal/Python-Scripts) |
8 | | -**git clonehttps://github.com/ankitdobhal/Python-Scripts |
| 8 | +(git clonehttps://github.com/ankitdobhal/Python-Scripts) |
9 | 9 | * Create new branch |
10 | | -**git checkout -b <Your-Branch-Name> |
| 10 | +(git checkout -b <Your-Branch-Name>) |
11 | 11 | * Add files in scripts folder |
12 | | -**git add <your-contribution> |
| 12 | +(git add <your-contribution>) |
13 | 13 | * Add a commit message ! |
14 | | -**git commit -a -m "<Addedyourmessage>" |
| 14 | +(git commit -a -m "<Addedyourmessage>") |
15 | 15 | * Push changes |
16 | | -**git push origin |
| 16 | +(git push origin) |
17 | 17 | * Create pull requests |