From 09f8f1ccc8cd09ad395388fe24edbc55c2a05a41 Mon Sep 17 00:00:00 2001 From: clowwindy Date: Tue, 6 Jan 2015 19:36:34 +0800 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8abe204..eb16f6c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,7 @@ 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 dicuss with +or make a significant change, make sure to open an issue to discuss with people first. 2. Follow PEP8. 3. Make sure to pass the unit tests. Write unit tests for new modules if