Gaia/UX Branch/Maintenance: Difference between revisions

Jump to navigation Jump to search
(→‎Process: Add relevant link)
Line 28: Line 28:
== Patching ==
== Patching ==


To keep commit history clean, sometimes it makes sense to use git patch instead of merging a pull request.
To keep commit history clean, sometimes it makes sense to use git patch instead of merging a pull request. When patching, use git am to preserve the original commit details.
 
When patching, use this format:
 
    Bug 123456 - Apply patch from f4fdd305b24ac62248f28ee7cebde966f4f3d804
   
    From f4fdd305b24ac62248f28ee7cebde966f4f3d804 Mon Sep 17 00:00:00 2001
    From: Joe Schmo <jschmo@hotmail.com>
    Date: Thu, 29 Nov 2012 12:45:52 -0500
    Subject: [PATCH] Bug 813140 - Contacts iconography fix for contact
    details screen
   
    Bug 813140 - Contacts iconography fix for contact details screen
   
    This change fixes Bug 813140: [Gaia::Contacts] Contact Details page not
    using the latest iconography from Visual Design.


== Bugzilla ==
== Bugzilla ==
canmove, Confirmed users
227

edits

Navigation menu