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
4 changes: 2 additions & 2 deletions menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
| 1 | *(empty slot โ€” waiting for a cook!)* | โ€” | Open |
| 2 | *(empty slot โ€” waiting for a cook!)* | โ€” | Open |
| 3 | *(empty slot โ€” waiting for a cook!)* | โ€” | Open |
| 4 | *(empty slot โ€” waiting for a cook!)* | โ€” | Open |
| 5 | *(empty slot โ€” waiting for a cook!)* | โ€” | Open |
| 4 | French Toast | @BadCook | Added |
| 5 | French Toast Extra | @BadCook | Added |
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.

menu.md instructions say to replace exactly one empty-slot row per PR to minimize merge conflicts (see note under โ€œInstructions for Line Cooksโ€). This change replaces two rows (slots 4 and 5) and effectively adds a second menu item (โ€œFrench Toast Extraโ€), which also doesnโ€™t have a corresponding recipe file in recipes/. Please keep this PR to a single menu row / single recipe, and move any additional dish to a separate PR with its own recipe file.

Suggested change
| 5 | French Toast Extra | @BadCook | Added |
| 5 | *(empty slot โ€” waiting for a cook!)* | โ€” | Open |

Copilot uses AI. Check for mistakes.
| 6 | *(empty slot โ€” waiting for a cook!)* | โ€” | Open |
| 7 | *(empty slot โ€” waiting for a cook!)* | โ€” | Open |
| 8 | *(empty slot โ€” waiting for a cook!)* | โ€” | Open |
Expand Down
2 changes: 2 additions & 0 deletions recipes/french-toast.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# French Toast
**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.

The new recipe file doesnโ€™t follow the documented recipe template in README.md (uses **Prep:** 10m and is missing the required sections/fields like Prep Time (with units), Cook Time, Serves, Ingredients, and Instructions). Please expand/format this recipe to match the repositoryโ€™s template so itโ€™s consistent with other contributions.

Suggested change
**Prep:** 10m
**Prep Time:** 10 minutes
**Cook Time:** 10 minutes
**Serves:** 2
## Ingredients
- 4 slices of bread
- 2 eggs
- 1/2 cup milk
- 1 teaspoon vanilla extract
- 1/2 teaspoon ground cinnamon
- 1 tablespoon butter
- Maple syrup, for serving
## Instructions
1. In a shallow bowl, whisk together the eggs, milk, vanilla extract, and cinnamon.
2. Dip each slice of bread into the mixture, coating both sides evenly.
3. Heat the butter in a skillet or frying pan over medium heat.
4. Cook the bread slices for 2 to 3 minutes per side, or until golden brown.
5. Serve warm with maple syrup.

Copilot uses AI. Check for mistakes.