Skip to content

Commit

Permalink
Tweak contributors agreement
Browse files Browse the repository at this point in the history
  • Loading branch information
sahrens committed Mar 26, 2015
1 parent 0c9571f commit f50ac9e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Some of the core team will be working directly on GitHub. These changes will be

### `master` is unsafe

We will do our best to keep `master` in good shape, with tests passing at all times. But in order to move fast, we will make API changes that your application might not be compatible with. We will do our best to communicate these changes and always version appropriately so you can lock into a specific version if need be.
We will do our best to keep `master` in good shape, with tests passing at all times. But in order to move fast, we will make API changes that your application might not be compatible with. We will do our best to communicate these changes and version appropriately so you can lock into a specific version if need be.

### Pull Requests

Expand Down Expand Up @@ -52,7 +52,7 @@ Facebook has a [bounty program](https://www.facebook.com/whitehat/) for the safe
### Code

* Use semicolons;
* Commas last,
* Add trailing commas,
* 2 spaces for indentation (no tabs)
* Prefer `'` over `"`
* `'use strict';`
Expand All @@ -62,8 +62,8 @@ Facebook has a [bounty program](https://www.facebook.com/whitehat/) for the safe

### Documentation

* Do not wrap lines at 80 characters
* Do not wrap lines at 80 characters - configure your editor to soft-wrap when editing documentation.

## License

By contributing to React, you agree that your contributions will be licensed under its BSD license.
By contributing to React Native, you agree that your contributions will be licensed under its BSD license.

0 comments on commit f50ac9e

Please sign in to comment.