Skip to content

Kidundo/DishDecoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Contributing to DishDecoder

Thanks for your interest in contributing!

We welcome recipes from all over the world. Add a dish you love — especially from your home country or culture.🌍

✨ What You Can Add

  • Traditional or regional dishes 🍲
  • Your favorite homemade meals
  • Any dish with clear, simple ingredients
  • Any recipe with clearly listed ingredients

🚀 How to Contribute

  1. Fork this repository
  2. Clone your fork
  3. Create a new branch:
    git checkout -b add-your-dish
  4. Open menu.py and add your dish to the menu_items dictionary:
    "Jollof Rice": ["rice", "tomato", "pepper", "onion", "spices", "chicken"]
  5. Commit and push:
    git add menu.py
    git commit -m "Add Jollof Rice to menu_items"
    git push origin add-your-dish
  6. Open a pull request from your branch into main

That’s it! We’ll review and merge it. Happy coding — and happy cooking! 🍽️

About

No description, website, or topics provided.

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages