Welcome to Hacktoberfest! π
This repository is open for contributions from everyone.
Follow the steps below to make your first pull request and get it counted for Hacktoberfest.
- Fork this repo π΄
- Clone your forked repo
git clone https://github.com/<your-username>/<repo-name>.git
3.create a new branch git checkout -b my-new-branch 4.Make your changes 5.Commit and push git add . git commit -m "Added my contribution" git push origin my-new-branch 6.Open a Pull Request β