Contributing to the code
We encourage contribution to any of our libraries, if you see something that should be fixed, simply do the following:
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
If you would like to see a bigger feature, or see Pact
implemented in another language, please check out the Pact specification and have a chat to one of us on the Pact Slack workspace (signup|login).
The vision is to have a compatible Pact
implementation in all the commonly used languages, your help would be greatly appreciated!