From 1387d183280ac7b4996bb6eb26561384e840d3dc Mon Sep 17 00:00:00 2001 From: Sam Stephenson Date: Thu, 29 Dec 2011 18:56:17 -0600 Subject: [PATCH] Add contributing section --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 22d9b1c..bb7f105 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,16 @@ Bats. For example, to install Bats into `/usr/local`, Note that you may need to run `install.sh` with `sudo` if you do not have permission to write to the installation prefix. +### Contributing + +The Bats source code repository is [hosted on +GitHub](https://github.com/sstephenson/bats). There you can file bugs +on the issue tracker or submit tested pull requests for review. + +See the [Bats +test suite](https://github.com/sstephenson/bats/tree/master/test) for +examples. + --- © 2011 Sam Stephenson. Bats is released under an MIT-style license;