Skip to content

Latest commit

 

History

History
67 lines (47 loc) · 2.72 KB

README.md

File metadata and controls

67 lines (47 loc) · 2.72 KB

CalZo - Food Delivery App

Issues Pull Requests Forks Stars License

Mockups

feed example feed example feed example

feed example feed example feed example

feed example feed example feed example

feed example


How to Contribute?

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!

NOTE

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.