From 055b414178efaffecf314d27a7366ced038d2a44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Can=20G=C3=B6ktas?= <cangoektas@users.noreply.github.com> Date: Sun, 24 Jul 2016 23:26:50 +0200 Subject: [PATCH] Fix typo in CONTRIBUTING.md (#161) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index feb886b3d..74d2eb8e9 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. -- GitLab