Development Team/Code Review: Difference between revisions
→Proposal: git format-patch example |
|||
| Line 24: | Line 24: | ||
== Proposal == | == Proposal == | ||
* Create your patch using the 'git format-patch' command. (<code>git format-patch | * Create your patch using the 'git format-patch' command. (<code>git format-patch HEAD^</code> will create a 00xx-blahblah.patch for every commit. So don't forget to git 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 | ||