mirror of
https://github.com/status-im/react-native.git
synced 2025-02-18 20:36:41 +00:00
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
19 lines
774 B
Markdown
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._
|