From 967c4e8c8b88a39213816655c901b2c7d7210f55 Mon Sep 17 00:00:00 2001 From: clowwindy Date: Wed, 29 Apr 2015 11:42:57 +0800 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index db5bed4f..3bec94ef 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,9 +4,7 @@ How to Contribute Pull Requests ------------- -1. Pull requests are welcome. If you would like to add a large feature -or make a significant change, make sure to open an issue to discuss with -people first. +1. Pull requests are welcome. 2. Make sure to pass the unit tests. Write unit tests for new modules if needed.