File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1+ # Contributing
2+
3+ 1 . Fork it
4+ 2 . Create your feature branch (` git checkout -b my-new-feature ` )
5+ 3 . Commit your changes (` git commit -am 'Add some feature' ` )
6+ 4 . Push to the branch (` git push origin my-new-feature ` )
7+ 5 . Create new Pull Request
8+
9+ If you are intending to implement a fairly large feature we'd appreciate if you open
10+ an issue with GitHub detailing your use case and intended solution to discuss how it
11+ might impact other work that is in flight.
12+
13+ We also appreciate it if you take the time to update and write tests for any changes
14+ you submit.
Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ on the provider application or a separate one. Some strategies for managing stat
268268For more information about provider states, refer to the [ Pact documentation] on [ Provider States] .
269269
270270# Development
271- Please read [ CONTRIBUTING.md] ( .github/ CONTRIBUTING.md)
271+ Please read [ CONTRIBUTING.md] ( CONTRIBUTING.md )
272272
273273This project needs a combination of Python and Ruby, as the Pact mock service and verifier
274274are currently Ruby based. To setup a development environment:
You can’t perform that action at this time.
0 commit comments