Welcome Githubers !! This is a place where you can contribute as much as you can. You can contribute by giving your scripts written in python which you think are awesome.
- Fork this Repository using the button at the top
- Clone your forked repository to your pc
- Create a new branch for your modifications (i.e.
git branch new-userand check it outgit checkout new-user) - Add your scripts.
- Add your files (
git add .), commit (git commit -m "added awesome script") and push (git push origin new-user) - Create a pull request
- Star this repository
- Wait for Pull Request to merge
- Celebrate - you've done your first pull request!