Confirmed users
400
edits
Line 66: | Line 66: | ||
=== Creating commits and submitting patches === | === Creating commits and submitting patches === | ||
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. | ||
Instructions for submitting a patch can be found [https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/How_to_Submit_a_Patch#Committing_the_patch here]. | |||
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 79: | Line 75: | ||
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 | ||
=== Android NDK and SDK version notes === | === Android NDK and SDK version notes === |