From d1a95a06d8e83f93fd0ae497e6ab3d478e5c2ee6 Mon Sep 17 00:00:00 2001 From: Lymah Date: Thu, 16 Oct 2025 16:04:44 +0100 Subject: [PATCH] Blog: Best Practices for Prompt Engineering with goose (#5204) Signed-off-by: oguntunjiharlimatodunola --- .../src/pages/community/data/community-content.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/documentation/src/pages/community/data/community-content.json b/documentation/src/pages/community/data/community-content.json index 951a5611..37629821 100644 --- a/documentation/src/pages/community/data/community-content.json +++ b/documentation/src/pages/community/data/community-content.json @@ -55,6 +55,19 @@ "submittedDate": "2025-10-14", "tags": ["hacktoberfest"], "hacktoberfest": true + }, + { + "title": "Best Practices for Prompt Engineering with goose", + "author": { + "name": "Halimah", + "handle": "lymah123" + }, + "type": "blog", + "url": "https://dev.to/lymah/best-practices-for-prompt-engineering-with-goose-3m6h", + "thumbnail": "https://i.imgur.com/Shsi56O.png", + "submittedDate": "2025-10-16", + "tags": ["hacktoberfest"], + "hacktoberfest": true } ] }