From 36de9ffa037733e0ee4f16811db70145c9fb2ad4 Mon Sep 17 00:00:00 2001 From: Tyler Bunnell Date: Tue, 16 Oct 2012 19:43:06 -0600 Subject: [PATCH] Add 'Contributing' section --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index de218cd..d8dce3b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Testify - Thou shalt write tests +Testify - Thou Shalt Write Tests ================================ Go code (golang) set of packages that provide many tools for testifying that your code will behave as you intend. @@ -61,6 +61,14 @@ For more information on how to write mock code, check out the API documentation ------ +Contributing +============ + +Please feel free to submit issues, fork the repository and send pull requests! + +When submitting an issue, we ask that you please also submit a complete test function that demonstrates the issue. + + Licence ======= Copyright (c) 2012 Mat Ryer and Tyler Bunnell