From 7eefadc8d7914698f18d1549f9e71e8834e24816 Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Thu, 7 May 2015 15:24:24 +1000 Subject: [PATCH] README: clarify contributing Adds some clarity to #173 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e7963c0341..b1149e6ac7 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,11 @@ You can also completely replace the method used to filter either a single option For multi-select inputs, when providing a custom `filterOptions` method, remember to exclude current values from the returned array of options. +# Contributing + +See our [CONTRIBUTING.md](https://github.com/JedWatson/react-select/blob/master/CONTRIBUTING.md) for information on how to contribute. + + # License MIT Licensed. Copyright (c) Jed Watson 2015.