Skip to content
Merged
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
11 changes: 11 additions & 0 deletions src/data/contributions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
];
Loading