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.
- fork the repository
- Clone the fork repo (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