react-native/.github/PULL_REQUEST_TEMPLATE.md

19 lines
774 B
Markdown

<details>
Thanks for submitting a PR! Please read these instructions carefully:
- [ ] Explain the **motivation** for making this change.
- [ ] Provide a **test plan** demonstrating that the code is solid.
- [ ] Match the **code formatting** of the rest of the codebase.
- [ ] Target the `master` branch, NOT a "stable" branch.
Please read the [Contribution Guidelines](https://github.com/facebook/react-native/blob/master/CONTRIBUTING.md) to learn more about contributing to React Native.
</details>
## Motivation (required)
_What existing problem does the pull request solve?_
## Test Plan (required)
_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._