From 6ce95133034dde09e660c2aff02c52f83b18fa1d Mon Sep 17 00:00:00 2001 From: Endika Iglesias Date: Mon, 3 Aug 2026 16:30:20 +0200 Subject: [PATCH] feat(contributions): add pact-reference #547 --- src/data/contributions.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/data/contributions.ts b/src/data/contributions.ts index 6629994..f5d17da 100644 --- a/src/data/contributions.ts +++ b/src/data/contributions.ts @@ -177,4 +177,15 @@ export const contributions: Contribution[] = [ }, state: "open", }, + { + repo: "pact-foundation/pact-reference", + emoji: "🦀", + stars: 104, + pr: 547, + desc: { + en: "A V4 message whose contents were written without the expected envelope was read as having no body at all, so the interaction verified successfully whatever the provider produced.", + es: "Un mensaje V4 cuyo contents se escribía sin el envoltorio esperado se leía como si no tuviera cuerpo, así que la interacción verificaba correctamente sin importar lo que produjera el provider.", + }, + state: "open", + }, ];