From 40f29d04ad44eb902a1296d968504983075d0109 Mon Sep 17 00:00:00 2001 From: = Date: Fri, 13 Jul 2012 11:25:23 -0400 Subject: [PATCH 1/4] Add contributor style guide to README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index c002b66..a63a878 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,13 @@ developers know where to find good information! 2. Optionally install [Ruby](https://rvm.io/rvm/install/) with [Jekyll](https://github.com/mojombo/jekyll/) gem to preview locally 3. Submit pull request for consideration +### Contributor Style Guide + +1. Use American English spelling. +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. + ## Where From 88a277b4df9e35258e6e97f9234bf12ece9f51e9 Mon Sep 17 00:00:00 2001 From: = Date: Fri, 13 Jul 2012 11:27:16 -0400 Subject: [PATCH 2/4] Add note about translation repo to README style guide --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a63a878..54ab0c8 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,15 @@ developers know where to find good information! ### Contributor Style Guide +All pull requests to the *primary repo* should: + 1. Use American English spelling. 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 From 31112fb023037d6f482ef96f88af20f51dade317 Mon Sep 17 00:00:00 2001 From: = Date: Fri, 13 Jul 2012 11:31:10 -0400 Subject: [PATCH 3/4] 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 From ae21edb0b4a9c77e1655c3e2e38782e8ca26b62a Mon Sep 17 00:00:00 2001 From: = Date: Fri, 13 Jul 2012 11:31:38 -0400 Subject: [PATCH 4/4] Remove obsolete text from readme contributor style guide --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 727e32f..b3a79a1 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,6 @@ developers know where to find good information! ### Contributor Style Guide -All pull requests to the *primary repo* should: - 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.