2016-03-04 17:14:32 +00:00
Thanks for submitting a pull request! Please provide enough information so that others can review your pull request:
(You can skip this if you're fixing a typo or adding an app to the Showcase.)
2016-02-18 18:53:41 +00:00
Explain the **motivation** for making this change. What existing problem does the pull request solve?
2016-02-17 23:57:27 +00:00
2016-03-04 17:14:32 +00:00
Example: When "Adding a function to do X", explain why it is necessary to have a way to do X.
2016-02-17 23:57:27 +00:00
**Test plan (required)**
2016-03-04 17:14:32 +00:00
Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes UI.
2016-02-17 23:57:27 +00:00
2016-03-04 17:14:32 +00:00
Make sure tests pass on both Travis and Circle CI.
2016-02-17 23:57:27 +00:00
**Code formatting**
2016-03-15 18:48:11 +00:00
Look around. Match the style of the rest of the codebase. See also the simple [style guide ](https://github.com/facebook/react-native/blob/master/CONTRIBUTING.md#style-guide ).