react-native/docs/PullRequestGuidelines.md
Martin Konicek f0f1f61b40 Update PR and issue templates and guidelines
Summary:- Simplified the PR and Issue template to make them easier to read.
- Add a very simple guide for reviewing PRs (cc bestander, feel free to add to this)
Closes https://github.com/facebook/react-native/pull/6295

Differential Revision: D3011905

fb-gh-sync-id: 4929921690a6996e574e6b152a9dd41087cfffdc
shipit-source-id: 4929921690a6996e574e6b152a9dd41087cfffdc
2016-03-04 09:20:37 -08:00

454 B

Here are some tips on how you can help review pull requests:

  • Does the PR miss info required in the Pull request template? Ask for it and link to the template.
  • Does the code style match the Style guide, especially consistency with the rest of the code? If not, link to the style guide.