X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=SubmittingPatches;h=cb585d0d34403bde92e2dd642d71d8d852ccf3cf;hb=7431e17196fdb1c3189d67e3aeed4adeab4cf479;hp=f454c3a143956c99cc357b16b183c24645b917e3;hpb=d60a2b538a2411019e401a0756c8c0aa1f3b6e98;p=sliver-openvswitch.git diff --git a/SubmittingPatches b/SubmittingPatches index f454c3a14..cb585d0d3 100644 --- a/SubmittingPatches +++ b/SubmittingPatches @@ -1,7 +1,7 @@ How to Submit Patches for Open vSwitch ====================================== -Send changes to Open vSwitch as patches to discuss@openvswitch.org. +Send changes to Open vSwitch as patches to dev@openvswitch.org. One patch per email, please. More details are included below. If you are using Git, then "git format-patch" takes care of most of @@ -87,8 +87,8 @@ reader can see it for himself. If the patch refers to a commit already in the Open vSwitch repository, please include both the commit number and the subject of -the patch, e.g. 'commit 632d136c "vswitch: Remove restriction on -datapath names."'. +the patch, e.g. 'commit 632d136c (vswitch: Remove restriction on +datapath names.)'. If you, the person sending the patch, did not write the patch yourself, then the very first line of the body should take the form @@ -102,7 +102,7 @@ Please sign off on the patch as a submitter, and be sure to have the author(s) sign off for patches that you did not author. Simply include your name and email address as the last line of the commit -messge before any comments (and author too, if that is not you): +message before any comments (and author too, if that is not you): Signed-off-by: Author Name Signed-off-by: Submitter Name