Update CONTRIBUTING.md

Summary:
Release note: None

Adding release note text.
Closes https://github.com/facebook/prepack/pull/1068

Reviewed By: yinghuitan

Differential Revision: D6023250

Pulled By: NTillmann

fbshipit-source-id: 4dbcd7b683583dd4dcbfd05a8ba8ef99db26c600
This commit is contained in:
Nikolai Tillmann 2017-10-10 13:42:45 -07:00 committed by Facebook Github Bot
parent b6a775de09
commit cb6905c8c1

View File

@ -14,6 +14,7 @@ We actively welcome your pull requests. If you are planning on doing a larger ch
4. Ensure the test suite passes, your code lints and typechecks. Your pull request might not get the attention it deserves if it fails in our automated continuous integration system.
5. If you haven't already, complete the Contributor License Agreement ("CLA").
6. Consider quashing your commits (`git rebase -i`). One intent alongside one commit makes it clearer for people to review and easier to understand your intention.
7. The main comment of a pull request must start with a sentence to be used in release notes prefixed with "Release Note: ". If the change is negligible, say "Release Note: none".
## Copyright Notice for files
@ -53,4 +54,4 @@ ensure that you copy+paste the relevant section number and individual steps.
## License
By contributing to Prepack, you agree that your contributions will be licensed
under the LICENSE file in the root directory of this source tree.
under the LICENSE file in the root directory of this source tree.