Confirmed users
425
edits
Line 181: | Line 181: | ||
# Push your changes to your Github repo: | # Push your changes to your Github repo: | ||
## <code>git push origin branch_name</code> | ## <code>git push origin branch_name</code> | ||
# Go to Github and issue a pull request against your branch. | # Go to Github and issue a pull request against your branch. | ||
## Make sure the pull request is being issued against the correct upstream branch (e.g., v1.2). This will likely not be the default so you will have to change it manually. | ## Make sure the pull request is being issued against the correct upstream branch (e.g., v1.2). This will likely not be the default so you will have to change it manually. | ||
Line 188: | Line 187: | ||
## This can also be done by pasting the url to the Github pull request into an attachment to the bug using 'paste text as attachment'. | ## This can also be done by pasting the url to the Github pull request into an attachment to the bug using 'paste text as attachment'. | ||
## Flag the attachment for review and add a comment that this patch is to uplift to the branch of interest. | ## Flag the attachment for review and add a comment that this patch is to uplift to the branch of interest. | ||
# When the pull request for the uplift has been merged, set the ''status-b2g-v1.2'' flag to ''fixed'' and close the bug. | |||
== Reviewing and Merging Uplifts == | == Reviewing and Merging Uplifts == |