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 @@ -17,7 +17,7 @@
| 7 | *(empty slot β€” waiting for a cook!)* | β€” | Open |
| 8 | *(empty slot β€” waiting for a cook!)* | β€” | Open |
| 9 | *(empty slot β€” waiting for a cook!)* | β€” | Open |
| 10 | *(empty slot β€” waiting for a cook!)* | β€” | Open |
| 10 | Salad | @BadCook | Added |

---

Expand Down
62 changes: 62 additions & 0 deletions recipes/salad.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# Salad
**Prep:** 5m
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 prep time format here ("Prep: 5m") doesn’t match the documented template/tip in README (e.g., "Prep Time: 15 minutes" with units). Please align the field name and use a clear unit (e.g., minutes) for consistency across recipes.

Suggested change
**Prep:** 5m
**Prep Time:** 5 minutes

Copilot uses AI. Check for mistakes.
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.

PR description checklist claims the PR is under 50 lines, but this diff adds 63 lines (62 in recipes/salad.md plus the menu row update). Please update the checklist item to reflect the actual diff size, or reduce the recipe file changes (e.g., remove the many blank lines) so the claim is accurate.

Copilot uses AI. Check for mistakes.




























































Comment on lines +2 to +62
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.

recipes/salad.md is effectively empty (only a title and prep line, followed by dozens of blank lines). Please fill out the recipe using the repository template (Prep Time, Cook Time, Serves, Ingredients, Instructions) and remove the trailing blank lines so the file contains only meaningful content.

Suggested change
**Prep:** 5m
**Prep Time:** 5m
**Cook Time:** 0m
**Serves:** 2
## Ingredients
- 4 cups mixed salad greens
- 1 medium tomato, chopped
- 1/2 cucumber, sliced
- 1/4 red onion, thinly sliced
- 2 tbsp olive oil
- 1 tbsp lemon juice
- Salt, to taste
- Black pepper, to taste
## Instructions
1. Wash and dry the salad greens.
2. Add the greens, tomato, cucumber, and red onion to a large bowl.
3. In a small bowl, whisk together the olive oil, lemon juice, salt, and black pepper.
4. Pour the dressing over the salad and toss gently to combine.
5. Serve immediately.

Copilot uses AI. Check for mistakes.