]> git.proxmox.com Git - mirror_lxcfs.git/blob - CONTRIBUTING.md
build: generate lxcfs.spec file
[mirror_lxcfs.git] / CONTRIBUTING.md
1 # Pull requests:
2
3 Changes to this project should be proposed as pull requests on Github
4 at: https://github.com/lxc/lxcfs
5
6 Proposed changes will then go through code review there and once acked,
7 be merged in the main branch.
8
9
10
11 # Developer Certificate of Origin:
12
13 To improve tracking of contributions to this project we use the DCO 1.1
14 and use a "sign-off" procedure for all changes going into the branch.
15
16 The sign-off is a simple line at the end of the explanation for the
17 commit which certifies that you wrote it or otherwise have the right
18 to pass it on as an open-source contribution.
19
20 > Developer Certificate of Origin
21 > Version 1.1
22 >
23 > Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
24 > 660 York Street, Suite 102,
25 > San Francisco, CA 94110 USA
26 >
27 > Everyone is permitted to copy and distribute verbatim copies of this
28 > license document, but changing it is not allowed.
29 >
30 > Developer's Certificate of Origin 1.1
31 >
32 > By making a contribution to this project, I certify that:
33 >
34 > (a) The contribution was created in whole or in part by me and I
35 > have the right to submit it under the open source license
36 > indicated in the file; or
37 >
38 > (b) The contribution is based upon previous work that, to the best
39 > of my knowledge, is covered under an appropriate open source
40 > license and I have the right under that license to submit that
41 > work with modifications, whether created in whole or in part
42 > by me, under the same open source license (unless I am
43 > permitted to submit under a different license), as indicated
44 > in the file; or
45 >
46 > (c) The contribution was provided directly to me by some other
47 > person who certified (a), (b) or (c) and I have not modified
48 > it.
49 >
50 > (d) I understand and agree that this project and the contribution
51 > are public and that a record of the contribution (including all
52 > personal information I submit with it, including my sign-off) is
53 > maintained indefinitely and may be redistributed consistent with
54 > this project or the open source license(s) involved.
55
56 An example of a valid sign-off line is:
57
58 Signed-off-by: Random J Developer <random@developer.org>
59
60 Use your real name and a valid e-mail address.
61 Sorry, no pseudonyms or anonymous contributions are allowed.
62
63 We also require each commit be individually signed-off by their author,
64 even when part of a larger set.