Changes

→‎Proposal: git format-patch example
Line 24: Line 24:  
== Proposal ==
 
== Proposal ==
   −
* Create your patch using the 'git format-patch' command.
+
* Create your patch using the 'git format-patch' command. (<code>git format-patch master</code> will create a 00xx-blahblah.patch for every commit)
 
* If your patch addresses an issue which is not registered in [http://dev.sugarlabs.org the Sugar Labs trac instance], please open a new ticket for it.
 
* If your patch addresses an issue which is not registered in [http://dev.sugarlabs.org the Sugar Labs trac instance], please open a new ticket for it.
 
* Attach the patch to the ticket
 
* Attach the patch to the ticket