diff options
author | ncanceill <nicolas.canceill@ens-cachan.org> | 2015-05-08 11:33:02 +0200 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2017-03-16 18:11:17 +0100 |
commit | c51b132a7b5334737177a19dd1fe59c7ff7a7767 (patch) | |
tree | 6b3c335fe9c20708ab05fa5f4bcaa853ab229efa | |
parent | c7ee8086370bcd6ed6863c090c98011ed4380d85 (diff) | |
download | zsh-c51b132a7b5334737177a19dd1fe59c7ff7a7767.tar.gz zsh-c51b132a7b5334737177a19dd1fe59c7ff7a7767.tar.bz2 zsh-c51b132a7b5334737177a19dd1fe59c7ff7a7767.zip |
contributing: mention testing
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 827037f4f..cbcd75907 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -94,6 +94,8 @@ If you find one, try it out and work with the author on a common solution. If not, then go ahead and submit a PR. Please copy to anyone relevant (_eg_ plugin maintainers) by mentioning their GitHub handle (starting with `@`) in your message. +For any extensive change, _eg_ a new plugin, you will have to find testers to +1 your PR. + ---- ## Use the Search, Luke |