From eb56611e72b7f76a4abce495dd6c887560cd0b30 Mon Sep 17 00:00:00 2001 From: Lymah123 Date: Sun, 26 Oct 2025 06:53:02 +0100 Subject: [PATCH 1/2] docs: add blog post on configuring goose for team environments Signed-off-by: Lymah123 --- documentation/src/pages/community/data/community-content.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/src/pages/community/data/community-content.json b/documentation/src/pages/community/data/community-content.json index 1f9fcf91375b..9691e5fbb29f 100644 --- a/documentation/src/pages/community/data/community-content.json +++ b/documentation/src/pages/community/data/community-content.json @@ -164,4 +164,4 @@ "hacktoberfest": true } ] -} +} \ No newline at end of file From 4c70779a291d6b0ffc0e7139db804b575b5e8703 Mon Sep 17 00:00:00 2001 From: Lymah123 Date: Wed, 29 Oct 2025 17:00:02 +0100 Subject: [PATCH 2/2] docs (blog): Building Effective Code Review Workflows with goos Signed-off-by: Lymah123 --- .../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 9691e5fbb29f..ee328f5a0f39 100644 --- a/documentation/src/pages/community/data/community-content.json +++ b/documentation/src/pages/community/data/community-content.json @@ -162,6 +162,19 @@ "submittedDate": "2025-10-29", "tags": ["hacktoberfest"], "hacktoberfest": true + }, + { + "title": "Building Effective Prompts and Workflows for Code Review with goose", + "author": { + "name": "Halimah", + "handle": "lymah123" + }, + "type": "blog", + "url": "https://dev.to/lymah/building-effective-prompts-and-workflows-for-code-review-with-goose-51m1", + "thumbnail": "https://i.imgur.com/2cRXct5.png", + "submittedDate": "2025-10-29", + "tags": ["hacktoberfest"], + "hacktoberfest": true } ] } \ No newline at end of file