From 40f29d04ad44eb902a1296d968504983075d0109 Mon Sep 17 00:00:00 2001 From: = Date: Fri, 13 Jul 2012 11:25:23 -0400 Subject: [PATCH] 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