pact-foundation / pact-net

.NET version of Pact. Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.
https://pact.io
MIT License
842 stars 231 forks source link

docs req - contributing guide #483

Closed YOU54F closed 7 months ago

YOU54F commented 10 months ago

There is a link in the README that points to a non-existent contribution guide.

I've checked previous release branches but cannot find the older doc.

It would be nice to have a simple contribution guide, that at least points users to the basic commands they need to checkout this repository, and run the project locally.

I usually work backgrounds from the CI workflows, and noted that the native libs need to be downloaded, before the code in the repo can be run

https://github.com/pact-foundation/pact-net/blob/5b5388d81995da48889cc441495153b2ef7c0978/.github/workflows/ci.yml#L29-L30

This would be a nice easy first contribution, but happy to do so myself