From 4b1b54598279ca4e1a6c667fbf24c8bbedfacd39 Mon Sep 17 00:00:00 2001 From: sohamdatey Date: Sun, 18 Jan 2026 15:57:32 +0530 Subject: [PATCH 1/2] Add placeholder in Full Workflows section Added a placeholder for additional content in the Full Workflows section. --- website/docs/community_repos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/community_repos.md b/website/docs/community_repos.md index b92dbb36..38fe6338 100644 --- a/website/docs/community_repos.md +++ b/website/docs/community_repos.md @@ -11,7 +11,7 @@ Please try to add - language of implementation (split by consumer/provider if including both) ## Full Workflows - +--add here - [Contract test example](https://github.com/PauloGoncalvesBH/contract-test-nirvana) - Description: A diamond level contract testing implementation is exemplified in this repository. - Consumer Language: JavaScript From 164c170bd22a0b92b8a94d2ddb80b25ab084fd7a Mon Sep 17 00:00:00 2001 From: sohamdatey Date: Sun, 18 Jan 2026 16:01:59 +0530 Subject: [PATCH 2/2] Add Pact Flow Sample to community repos documentation Added a new Pact Flow Sample repository with details on its implementation and author. --- website/docs/community_repos.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/website/docs/community_repos.md b/website/docs/community_repos.md index 38fe6338..525011de 100644 --- a/website/docs/community_repos.md +++ b/website/docs/community_repos.md @@ -11,7 +11,12 @@ Please try to add - language of implementation (split by consumer/provider if including both) ## Full Workflows ---add here +- [Pact Flow Sample](https://github.com/sohamdatey/pact-flow-sample) + - Description: A practical implementation of contract testing using Pact, demonstrating consumer-driven contract testing with a consumer-provider architecture. + - Consumer Language: JavaScript + - Provider Language: JavaScript + - Transport Mechanism: HTTP + - Author: [Soham Datey](https://github.com/sohamdatey) - [Contract test example](https://github.com/PauloGoncalvesBH/contract-test-nirvana) - Description: A diamond level contract testing implementation is exemplified in this repository. - Consumer Language: JavaScript