mirror of https://github.com/stretchr/testify.git
Add 'Contributing' section
parent
0cda4d8ec7
commit
36de9ffa03
10
README.md
10
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.
|
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
|
Licence
|
||||||
=======
|
=======
|
||||||
Copyright (c) 2012 Mat Ryer and Tyler Bunnell
|
Copyright (c) 2012 Mat Ryer and Tyler Bunnell
|
||||||
|
|
Loading…
Reference in New Issue