Confirmed users
400
edits
Line 63: | Line 63: | ||
=== Creating commits and submitting patches === | === Creating commits and submitting patches === | ||
For tips on using version control to save and share your code, see [[#Mercurial tips]]. | For tips on using version control to save and share your code, see [[#Mercurial tips]]. | ||
After writing the patch, make sure the commit message is of the correct format:<br /> | |||
Bug <bug#> - <bug title>. r=<reviewer> | |||
So for example, for [https://bugzilla.mozilla.org/show_bug.cgi?id=1128431 bug 1128431], the commit message should be:<br /> | |||
Bug 1128431 - 'Start browsing' link from onboarding v1.5 is not visible on small screen devices. r=liuche | |||
After uploading a patch, set the r? flag on the bug (to the mentor or a relevant reviewer) to get review on the patch. If the patch isn't quite ready, the f? flag can be set to request feedback from someone. | After uploading a patch, set the r? flag on the bug (to the mentor or a relevant reviewer) to get review on the patch. If the patch isn't quite ready, the f? flag can be set to request feedback from someone. |