
git format-patch master --stdout > FLUID-xxxx.patch
{code}
(see: [git-format-patch| http://www.kernel.org/pub/software/scm/git/docs/git-format-patch.html])
h3. How to share patches
Once you have created a patch you'll want to share it back to the community. The easiest way to keep track of patches is to attach them straight to the JIRA that they are for. If you can't use JIRA for any reason, you can email your patch directly to the fluid-work mailing list.
Once you've posted your patch, sending a note to the fluid-work list and/or pinging someone in the #fluid-work irc channel is a great way to get the community looking at your patch.
h2. Becoming a Committer
The first step to becoming a committer is by making yourself familiar to the community (see: [Get Involved| http://fluidproject.org/getinvolved/]).
When you are ready to contribute code:
# Send a message to the fluid-work list indicating that you are interested in contributing code
** A committer will volunteer to be your mentor
** Your mentor will ensure that your code\-either patches or pull requests\-gets reviewed.
# You will need to sign and return a [Contributor License Agreement|Fluid Licensing]
Code should, where possible, be accompanied by unit tests and regular code review should be expected and solicited. For more information, see the [Coding and Commit Standards] page.