From 31112fb023037d6f482ef96f88af20f51dade317 Mon Sep 17 00:00:00 2001 From: = Date: Fri, 13 Jul 2012 11:31:10 -0400 Subject: [PATCH] Clarify README contributor style guide --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 54ab0c8..727e32f 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,11 @@ developers know where to find good information! All pull requests to the *primary repo* should: -1. Use American English spelling. +1. Use American English spelling (*primary English repo only*) 2. Use four (4) spaces to indent text; do not use tabs. 3. Wrap all text to 120 characters. 4. Code samples should adhere to PSR-1 or higher. -If you are contributing to a translated version of this repo, consult the translated repo's owner for instructions. - ## Where