Confirmed users
975
edits
| (One intermediate revision by the same user not shown) | |||
| Line 8: | Line 8: | ||
Mercurial (hg) is the the main version control system that Mozilla uses, and to submit code for review, you should be able to generate patches or commits. Be sure to run <tt>mach mercurial-setup</tt> when cloning the source code repository -- this will ensure you have good default settings and extensions. | Mercurial (hg) is the the main version control system that Mozilla uses, and to submit code for review, you should be able to generate patches or commits. Be sure to run <tt>mach mercurial-setup</tt> when cloning the source code repository -- this will ensure you have good default settings and extensions. | ||
You should use [https://mozilla-version-control-tools.readthedocs.io/en/latest/mozreview-user.html MozReview] to create and manage review requests on Bugzilla. | |||
After writing the patch, make sure the commit message is of the correct format:<br /> | After writing the patch, make sure the commit message is of the correct format:<br /> | ||
| Line 15: | Line 15: | ||
So for example, for [https://bugzilla.mozilla.org/show_bug.cgi?id=1128431 bug 1128431], the commit message should be:<br /> | 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 | Bug 1128431 - 'Start browsing' link from onboarding v1.5 is not visible on small screen devices. r=liuche | ||
Please run `./mach gradle checkstyle` before submitting your patch to catch style errors. | |||
== Mercurial == | == Mercurial == | ||