Tweak commands and guidelines

Reviewed By: mkonicek

Differential Revision:D3074972
Ninja: oss only

fb-gh-sync-id: 0f244c80851d14fddd0a37e5357b5a00224aa97d
shipit-source-id: 0f244c80851d14fddd0a37e5357b5a00224aa97d
This commit is contained in:
Martin Konicek
2016-03-20 13:13:18 -07:00
committed by Facebook Github Bot 9
parent 1ab2d85a15
commit 8a86616bc0
3 changed files with 11 additions and 2 deletions

View File

@@ -9,4 +9,10 @@ Does the code style match the [Style guide](https://github.com/facebook/react-na
Does the pull request add a completely new feature we don't want to add to the core and maintain? Ask the author to release it a separate npm module and close the PR. Example: [#2648](https://github.com/facebook/react-native/pull/2648).
Does the pull request do several unrelated things at the same time? Ask the author to split it.
Does the pull request do several unrelated things at the same time? Ask the author to split it.
Is the PR old and need rebasing? Ask the author "Can you rebase please?" and add the label "Needs response from author".
Is a PR waiting for a response from author (usually has label "Needs response from author") and there's no reply in last 30 days? Close it with the [bookmarklet](https://github.com/facebook/react-native/blob/master/bots/pr-inactivity-bookmarklet.js). Examples: [#3066](https://github.com/facebook/react-native/pull/3066), [#1099](https://github.com/facebook/react-native/pull/1099).
Is the PR old and waiting for review? Review it or cc someone who might be able to review.