mirror of
https://github.com/status-im/react-native.git
synced 2025-01-27 01:40:08 +00:00
0d3b7fe472
Summary: Consolidate tips on CONTRIBUTING.md, and reduce the wall of text when opening a new issue. Hoping this will encourage more people to read through the text. Closes https://github.com/facebook/react-native/pull/14518 Differential Revision: D5250443 Pulled By: hramos fbshipit-source-id: 91213c4ceca12225d9f54d1e1e81e020c6e463b3
774 B
774 B
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 to learn more about contributing to React Native.
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.