From b42f5990c77c832df8ecd39892cf5b21583af9f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Can=20G=C3=B6ktas?= Date: Sun, 24 Jul 2016 23:18:21 +0200 Subject: [PATCH] Fix typo in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index feb886b3d61..74d2eb8e97e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,7 +18,7 @@ We try not to make any controversial choices. If the community is split between Good pull requests - patches, improvements, new features - are a fantastic help. They should remain focused in scope and avoid containing unrelated commits. -Please **ask first** is somebody else is already working on this or the core developers think your feature is in-scope for `create-react-app`. Generally always have a related issue with discussions for whatever you are including. +Please **ask first** if somebody else is already working on this or the core developers think your feature is in-scope for `create-react-app`. Generally always have a related issue with discussions for whatever you are including. Please also provide a **test plan**, i.e. specify how you verified what you added works.