From f58b1a74581cc3c9f43430a3f2ef5bbc85aedaab Mon Sep 17 00:00:00 2001 From: John P Bloch Date: Wed, 19 Aug 2015 14:02:58 -0500 Subject: [PATCH] Add a section about contributing to the README Conflicts: README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7767cca..10e7a302 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ WP_Mock is an API mocking framework, built and maintained by [10up](http://10up.com) for the purpose of making it possible to properly unit test within WordPress. - ## Installation First, add WP Mock as a dev-dependency with [Composer](http://getcomposer.org): @@ -270,4 +269,8 @@ public function test_filter_content() { * [Eric Mann](/ericmann) * [John Bloch](/johnpbloch) -* [All Contributors](/10up/wp_mock/graphs/contributors) \ No newline at end of file +* [All Contributors](/10up/wp_mock/graphs/contributors) + +## Contributing + +Thanks so much for being interested in contributing! Please read over our [guidelines](/10up/wp_mock/CONTRIBUTING.md) before you get started.