1. fork this repository.
2. Clone the forked repository.
git clone https://github.com/<your-github-username>/fooddelivery_app
3. Navigate to the project directory.
cd calzo
4. Create a new branch.
git checkout -b <your_branch_name>
5. Make changes in source code.
6. Commit your changes.
git add .
git commit -m "<your_commit_message>"
7. Push your local branch to the remote repository.
git push -u origin <your_branch_name>
8. Create a Pull Request!
Remember to add "Fixes #Issue_Number" in the Pull Request so as to link the PR with the issue
Congratulations! you've made your contribution to CalZo.