]> git.proxmox.com Git - mirror_lxcfs.git/blame - CONTRIBUTING.md
cpuview: log non-fatal error in verbose mode only
[mirror_lxcfs.git] / CONTRIBUTING.md
CommitLineData
60f73aff
SG
1# Pull requests:
2
3Changes to this project should be proposed as pull requests on Github
4at: https://github.com/lxc/lxcfs
5
6Proposed changes will then go through code review there and once acked,
7be merged in the main branch.
8
9
60f73aff
SG
10
11# Developer Certificate of Origin:
12
13To improve tracking of contributions to this project we use the DCO 1.1
14and use a "sign-off" procedure for all changes going into the branch.
15
16The sign-off is a simple line at the end of the explanation for the
17commit which certifies that you wrote it or otherwise have the right
18to 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
56An example of a valid sign-off line is:
57
58 Signed-off-by: Random J Developer <random@developer.org>
59
60Use your real name and a valid e-mail address.
61Sorry, no pseudonyms or anonymous contributions are allowed.
62
63We also require each commit be individually signed-off by their author,
64even when part of a larger set.