diff --git a/docs/0.10/contributing.html b/docs/0.10/contributing.html index 20bc6afc206..9701829bb6b 100644 --- a/docs/0.10/contributing.html +++ b/docs/0.10/contributing.html @@ -90,6 +90,36 @@

Contributor License Agreement ("CLA")

In order to accept your pull request, we need you to submit a CLA. You only need to do this once to work on any of Facebook's open source projects.

Complete your CLA here.

+

Changelog

+

Provide a changelog entry to help reviewers during the release process. Changes that do not impact React Native developers may be ommitted from the changelog.

+

A changelog entry has the following format:

+
[CATEGORY] [TYPE] - Message
+
+ +

For more detail, see How do I make a good changelog?

+

Changelog Examples

+

Test plan

A good test plan has the exact commands you ran and their output, provides screenshots or videos if the pull request changes UI or updates the website.