Skip to content

Commit 62a336f

Browse files
committed
Update CONTRIBUTING.md
1 parent aed0931 commit 62a336f

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ Facebook has a [bounty program](https://www.facebook.com/whitehat/) for the safe
4848
* IRC - [#reactjs on freenode](http://webchat.freenode.net/?channels=reactjs)
4949
* Mailing list - [reactjs on Google Groups](http://groups.google.com/group/reactjs)
5050

51-
## Coding Style
51+
## Style Guide
52+
53+
### Code
5254

5355
* Use semicolons;
5456
* Commas last,
@@ -59,6 +61,10 @@ Facebook has a [bounty program](https://www.facebook.com/whitehat/) for the safe
5961
* "Attractive"
6062
* Do not use the optional parameters of `setTimeout` and `setInterval`
6163

64+
### Documentation
65+
66+
* Do not wrap lines at 80 characters
67+
6268
## License
6369

6470
By contributing to React, you agree that your contributions will be licensed under the [Apache License Version 2.0 (APLv2)](LICENSE).

0 commit comments

Comments
 (0)