How we handle patches (mmoved): Difference between revisions

imported>Jessica
m (Added link to Affero license and nmoved "Permit us" above submission)
imported>Paulproteus
Line 32:
== As a patch reviewer ==
 
=== Apply the patch to your local repository ===
 
# Find the URL of the patch, e.g. http://git.jackgrigg.com/openhatch/patch/?id=5645afd46de0f0b7ba3a3c7035ff0711b5db9202
# Import the patch into your local repository. For example:
#* wget -O- http://git.jackgrigg.com/openhatch/patch/?id=5645afd46de0f0b7ba3a3c7035ff0711b5db9202 | git am --3way
#* It's important that you pass the --3way argument to "git am".
# Review the patch series for correctness and cleanliness.
#* git log -p
# If you are satisfied with the patch set:
## If the author hasn't already done this: tell the author "Please email devel@lists.openhatch.org saying that you're okay with your work being under the Affero GPL, version 3. If you're willing, it is preferable that you say 'the Affero GPL, version 3 or later, at your option'."
Anonymous user