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 @@ -14,7 +14,7 @@
| 4 | *(empty slot — waiting for a cook!)* | — | Open |
| 5 | *(empty slot — waiting for a cook!)* | — | Open |
| 6 | *(empty slot — waiting for a cook!)* | — | Open |
| 7 | *(empty slot — waiting for a cook!)* | — | Open |
| 7 | Pancake | @BadCook | Added |
| 8 | *(empty slot — waiting for a cook!)* | — | Open |
| 9 | *(empty slot — waiting for a cook!)* | — | Open |
| 10 | *(empty slot — waiting for a cook!)* | — | Open |
Expand Down
2 changes: 2 additions & 0 deletions pancake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Pancake
**Prep:** 5m
Comment on lines +1 to +2
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.

Per repository instructions, recipe files must live under the recipes/ directory (see README.md and menu.md instructions). This PR adds pancake.md at the repo root instead; please move/rename it to recipes/pancake.md (or recipes/<recipe-name>.md).

Suggested change
# Pancake
**Prep:** 5m

Copilot uses AI. Check for mistakes.
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 recipe content doesn’t follow the documented recipe template used in README.md/player_handouts.md (e.g., **Prep Time:** …, **Cook Time:** …, **Serves:** …, plus Ingredients/Instructions sections). Please update this file to match that format and use explicit time units (e.g., “5 minutes” instead of “5m”) for consistency.

Suggested change
**Prep:** 5m
**Prep Time:** 5 minutes
**Cook Time:** 10 minutes
**Serves:** 4
## Ingredients
- 1 cup flour
- 2 tablespoons sugar
- 1 teaspoon baking powder
- 1 cup milk
- 1 egg
- 2 tablespoons melted butter
## Instructions
1. In a bowl, whisk together the flour, sugar, and baking powder.
2. In a separate bowl, mix the milk, egg, and melted butter.
3. Pour the wet ingredients into the dry ingredients and stir until just combined.
4. Heat a lightly greased pan over medium heat.
5. Pour batter into the pan and cook until bubbles form, then flip and cook until golden.
6. Serve warm.

Copilot uses AI. Check for mistakes.