# contribution 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. # How to contribute! ## Steps: * fork the [repository](https://github.com/ankitdobhal/Python-Scripts) * Clone the fork [repo](https://github.com/ankitdobhal/Python-Scripts) (git clone https://github.com/ankitdobhal/Python-Scripts) * Create new branch (git checkout -b ) * Add files in scripts folder (git add ) * Add a commit message ! (git commit -a -m "") * Push changes (git push origin) * Create pull requests