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
- create a new branch git checkout -b my-new-branch
- Make your changes
- Commit and push
- git add . - git commit -m "Added my contribution" - git push origin my-new-branch
- Open a Pull Request β