From 62a336f9abf07481f445cc195c9edf1405bad166 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Wed, 30 Jul 2014 13:09:23 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 709670fee3fed..2286a521aaa59 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -48,7 +48,9 @@ Facebook has a [bounty program](https://www.facebook.com/whitehat/) for the safe * IRC - [#reactjs on freenode](http://webchat.freenode.net/?channels=reactjs) * Mailing list - [reactjs on Google Groups](http://groups.google.com/group/reactjs) -## Coding Style +## Style Guide + +### Code * Use semicolons; * Commas last, @@ -59,6 +61,10 @@ Facebook has a [bounty program](https://www.facebook.com/whitehat/) for the safe * "Attractive" * Do not use the optional parameters of `setTimeout` and `setInterval` +### Documentation + +* Do not wrap lines at 80 characters + ## License By contributing to React, you agree that your contributions will be licensed under the [Apache License Version 2.0 (APLv2)](LICENSE).