Confirmed users
13
edits
(Removed deprecated info about making a patch with mq and added info about moz-phab patches.) |
(Made some changes about asking a review part.) |
||
Line 176: | Line 176: | ||
moz-phab //upload the changes to phabricator | moz-phab //upload the changes to phabricator | ||
NOTE: | |||
* The comment for the commit needs to follow the general pattern above: "Bug xxx - <patch description>. r=yyy" | |||
* Phabricator automatically detects the reviewer from the commit message and asks for a review to the specified person. | |||
* In most cases, for disable patches use r=gbrown or r=jmaher, except if you are disabling for webrender only, then use r=kats. | |||
NOTE: the self review is a great time to make sure: | NOTE: the self review is a great time to make sure: | ||
Line 181: | Line 185: | ||
* you are only editing one line in a file, not multiple lines on accident | * you are only editing one line in a file, not multiple lines on accident | ||
* a chance to review your syntax and any comments | * a chance to review your syntax and any comments | ||
There are additional, generic instructions for getting Mozilla reviews at: | There are additional, generic instructions for getting Mozilla reviews at: | ||
https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/How_to_Submit_a_Patch | https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/How_to_Submit_a_Patch | ||