Skip to content

Commit 78bd029

Browse files
Add CONTRIBUTING.md file resolves #4
1 parent d7c32c4 commit 78bd029

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CONTRIBUTING.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ on the provider application or a separate one. Some strategies for managing stat
268268
For 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

273273
This project needs a combination of Python and Ruby, as the Pact mock service and verifier
274274
are currently Ruby based. To setup a development environment:

0 commit comments

Comments
 (0)