Skip to content

Commit b96ea2c

Browse files
authored
feat(contributions): add pact-reference #547 (#61)
1 parent 07b4c6c commit b96ea2c

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

src/data/contributions.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,4 +177,15 @@ export const contributions: Contribution[] = [
177177
},
178178
state: "open",
179179
},
180+
{
181+
repo: "pact-foundation/pact-reference",
182+
emoji: "🦀",
183+
stars: 104,
184+
pr: 547,
185+
desc: {
186+
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.",
187+
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.",
188+
},
189+
state: "open",
190+
},
180191
];

0 commit comments

Comments
 (0)