Adding a field to the profile: Difference between revisions

imported>Mark
imported>Mark
Line 472:
At OpenHatch, code changes are accepted through patches. These should be uploaded and attached to the particular [http://openhatch.org/bugs/ issue tracker] item you are working on.
 
First, you should generate the patch file which includes all of your changes. Since you are making all of your changes as part of a branch, this process is easy! First, make sure you are in the tutorial branch and then create the patch file as seen below.
 
<div class="example"><pre>
$ git branch
master
* tutorial
 
$ git format-patch master --stdout > tutorial.patch
</pre></div>
 
This will create the patch file for you to upload to your tracker item.
* For more information on using git and creating a patch, check out our [http://openhatch.org/missions/git git mission]!
 
*That it! For more information on using git and creating a patch, check out our [http://openhatch.org/missions/git git mission]!.
 
Welcome to the OpenHatch community. We are very glad to have you here!
Anonymous user