2016-03-04 09:14:32 -08: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 10:53:41 -08:00
Explain the **motivation** for making this change. What existing problem does the pull request solve?
2016-02-17 15:57:27 -08:00
2016-03-04 09:14:32 -08:00
Example: When "Adding a function to do X", explain why it is necessary to have a way to do X.
2016-02-17 15:57:27 -08:00
**Test plan (required)**
2016-03-04 09:14:32 -08: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 15:57:27 -08:00
2016-03-04 09:14:32 -08:00
Make sure tests pass on both Travis and Circle CI.
2016-02-17 15:57:27 -08:00
**Code formatting**
2016-03-15 11:48:11 -07: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 ).