summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2013-03-04 08:24:36 -0800
committerYukihiro "Matz" Matsumoto <[email protected]>2013-03-04 08:24:36 -0800
commitec70b2ab4dff45e285ac4d61fc1d4c8d9649887f (patch)
tree6ed6f636a8bf6a93a1dcd8b099aa350663b226cd
parentaa98c575f5f7ae2117f967a6c19f6ba60fe634e4 (diff)
parente301d7efd48433cf27bc5a9d66f1d1c731709800 (diff)
downloadmruby-ec70b2ab4dff45e285ac4d61fc1d4c8d9649887f.tar.gz
mruby-ec70b2ab4dff45e285ac4d61fc1d4c8d9649887f.zip
Merge pull request #945 from carsonmcdonald/refguidelines
Added a link to the contribution guidelines in the README
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 93a9c0f01..32d177334 100644
--- a/README.md
+++ b/README.md
@@ -110,6 +110,7 @@ Please ask us if you want to distribute your code under another license.
## How to Contribute
-Send pull request to <http://github.com/mruby/mruby>. We consider you have granted
+See the [contribution guidelines](https://github.com/mruby/mruby/blob/master/CONTRIBUTING.md)
+then send a pull request to <http://github.com/mruby/mruby>. We consider you have granted
non-exclusive right to your contributed code under MIT license. If you want to be named
as one of mruby developers, include update to the AUTHORS file in your pull request.