Commit 5035cbc7 by Nicolas Cornu Committed by Stéphane Graber

Fresh CONTRIBUTING

parent 05698d7c
...@@ -5,7 +5,8 @@ This project accepts contributions. In order to contribute, you should ...@@ -5,7 +5,8 @@ This project accepts contributions. In order to contribute, you should
pay attention to a few things: pay attention to a few things:
1 - your code must follow the coding style rules 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 3 - your work must be signed
...@@ -24,15 +25,15 @@ http://lxr.linux.no/linux+v2.6.27/Documentation/CodingStyle ...@@ -24,15 +25,15 @@ http://lxr.linux.no/linux+v2.6.27/Documentation/CodingStyle
Submitting Modifications: Submitting Modifications:
------------------------- -------------------------
The contributions should be email patches. The guidelines are the same The contributions should be email patches or github pull requests.
as the patch submission for the Linux kernel except for the DCO which The guidelines are the same as the patch submission for the Linux kernel
is defined below. The guidelines are defined in the except for the DCO which is defined below. The guidelines are defined in the
'SubmittingPatches' file, available in the directory 'Documentation' 'SubmittingPatches' file, available in the directory 'Documentation'
of the Linux kernel source tree. of the Linux kernel source tree.
It can be accessed online too: 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 You can submit your patches to the lxc-devel@lists.linuxcontainers.org mailing
list. Use http://lists.linuxcontainers.org/listinfo/lxc-devel to subscribe list. Use http://lists.linuxcontainers.org/listinfo/lxc-devel to subscribe
...@@ -105,4 +106,8 @@ then you just add a line saying ...@@ -105,4 +106,8 @@ then you just add a line saying
Signed-off-by: Random J Developer <random@developer.org> Signed-off-by: Random J Developer <random@developer.org>
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.) using your real name (sorry, no pseudonyms or anonymous contributions.)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment