Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
|---|--------|------|--------|
| 1 | *(empty slot — waiting for a cook!)* | — | Open |
| 2 | *(empty slot — waiting for a cook!)* | — | Open |
| 3 | *(empty slot — waiting for a cook!)* | — | Open |
| 3 | Spicy Ramen | @BadCook | Added |
| 4 | *(empty slot — waiting for a cook!)* | — | Open |
| 5 | *(empty slot — waiting for a cook!)* | — | Open |
| 6 | *(empty slot — waiting for a cook!)* | — | Open |
Expand Down
2 changes: 2 additions & 0 deletions recipes/Spicy-Ramen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Spicy Ramen
Copy link

Copilot AI Apr 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Recipe filename doesn’t follow the repo convention (lowercase with hyphens). Please rename recipes/Spicy-Ramen.md to something like recipes/spicy-ramen.md (and update the PR accordingly).

Copilot uses AI. Check for mistakes.
**Prep:** 10m
Copy link

Copilot AI Apr 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Recipe content doesn’t follow the template in README: it should include Prep Time, Cook Time, Serves, plus ## Ingredients and ## Instructions, and times should include units (e.g., 10 minutes vs 10m). Please expand this recipe to match the documented format.

Suggested change
**Prep:** 10m
**Prep Time:** 10 minutes
**Cook Time:** 15 minutes
**Serves:** 2
## Ingredients
- 2 packs ramen noodles
- 4 cups water or broth
- 1 tablespoon chili paste
- 1 teaspoon soy sauce
- 2 cloves garlic, minced
- 1 teaspoon grated ginger
- 2 green onions, sliced
- 2 soft-boiled eggs
## Instructions
1. Bring the water or broth to a boil in a medium pot.
2. Stir in the garlic, ginger, chili paste, and soy sauce.
3. Add the ramen noodles and cook for 3 to 4 minutes, or until tender.
4. Divide the noodles and broth between two bowls.
5. Top with green onions and soft-boiled eggs, then serve hot.

Copilot uses AI. Check for mistakes.