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 @@ -12,7 +12,7 @@
| 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 |
5 Burger @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.

The Slot 5 row no longer follows the menu’s markdown table format (missing | separators / columns), which will break rendering and make the menu inconsistent. Please replace this line with a proper 4-column table row (| # | Recipe | Chef | Status |) for slot 5.

Suggested change
5 Burger @BadCook Added
| 5 | Burger | @BadCook | Added |

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
1 change: 1 addition & 0 deletions recipes/burger.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Burger
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.

This recipe file only contains the title. README.md documents a standard recipe template (prep time, cook time, serves, ingredients, instructions); please flesh this out to match that template so recipes are consistent and useful.

Suggested change
# Burger
# Burger
Prep time: 15 minutes
Cook time: 10 minutes
Serves: 4
## Ingredients
- 1 lb ground beef
- 1 tsp salt
- 1/2 tsp black pepper
- 4 burger buns
- 4 slices cheese (optional)
- 1 tomato, sliced
- 4 lettuce leaves
- 1/2 red onion, sliced
- 4 tbsp ketchup
- 2 tbsp mustard
- 2 tbsp mayonnaise
- 1 tbsp vegetable oil or butter
## Instructions
1. Preheat a grill or skillet over medium-high heat.
2. Divide the ground beef into 4 equal portions and gently form them into patties. Season both sides with salt and black pepper.
3. Lightly oil the grill or skillet, then cook the patties for 4 to 5 minutes on the first side.
4. Flip the patties and cook for another 3 to 4 minutes, or until they reach your preferred doneness. Add a slice of cheese during the last minute of cooking if using.
5. Toast the burger buns lightly on the grill or in the skillet.
6. Assemble each burger with a bun, lettuce, tomato, onion, the cooked patty, and your preferred condiments.
7. Serve immediately.

Copilot uses AI. Check for mistakes.