From: Nicolas Cornu Date: Wed, 5 Aug 2015 18:27:31 +0000 (+0200) Subject: Fresh CONTRIBUTING X-Git-Tag: lxc-1.1.3~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5035cbc7529e874b3e99e129c92e6012d8b12def;p=thirdparty%2Flxc.git Fresh CONTRIBUTING Signed-off-by: Nicolas Cornu --- diff --git a/CONTRIBUTING b/CONTRIBUTING index afdffa1a2..d3c343c11 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -5,7 +5,8 @@ This project accepts contributions. In order to contribute, you should pay attention to a few things: 1 - your code must follow the coding style rules - 2 - the format of the submission must be email patches + 2 - the format of the submission must be email patches or github + pull requests 3 - your work must be signed @@ -24,15 +25,15 @@ http://lxr.linux.no/linux+v2.6.27/Documentation/CodingStyle Submitting Modifications: ------------------------- -The contributions should be email patches. The guidelines are the same -as the patch submission for the Linux kernel except for the DCO which -is defined below. The guidelines are defined in the +The contributions should be email patches or github pull requests. +The guidelines are the same as the patch submission for the Linux kernel +except for the DCO which is defined below. The guidelines are defined in the 'SubmittingPatches' file, available in the directory 'Documentation' of the Linux kernel source tree. It can be accessed online too: -http://lxr.linux.no/linux+v2.6.27/Documentation/SubmittingPatches +https://www.kernel.org/doc/Documentation/SubmittingPatches You can submit your patches to the lxc-devel@lists.linuxcontainers.org mailing list. Use http://lists.linuxcontainers.org/listinfo/lxc-devel to subscribe @@ -105,4 +106,8 @@ then you just add a line saying Signed-off-by: Random J Developer +You can do it by using option -s or --signoff when you commit + + git commit --signoff ... + using your real name (sorry, no pseudonyms or anonymous contributions.)