]> git.ozlabs.org Git - ccan/blob - PATCHES
io: query whether io_plan in/out have started.
[ccan] / PATCHES
1 - To create a new module, just put it under ccan/ and run ccanlint on
2   it; it's designed to tell you what to improve (and you can ignore it!).
3
4 - When you're happy, Sign off your commit as detailed below, send to
5   the mailing list as a patch (https://lists.ozlabs.org/listinfo/ccan )
6
7 - We'll ask for your ssh key so you can push updates to your module(s).
8
9 Cheers!
10 The CCAN Maintainers.
11
12 (Taken from Linux Kernel's Documentation/SubmittingPatches:)
13
14 To improve tracking of who did what, especially with patches that can
15 percolate to their final resting place in the kernel through several
16 layers of maintainers, we've introduced a "sign-off" procedure on
17 patches that are being emailed around.
18
19 The sign-off is a simple line at the end of the explanation for the
20 patch, which certifies that you wrote it or otherwise have the right to
21 pass it on as an open-source patch.  The rules are pretty simple: if you
22 can certify the below:
23
24         Developer's Certificate of Origin 1.1
25
26         By making a contribution to this project, I certify that:
27
28         (a) The contribution was created in whole or in part by me and I
29             have the right to submit it under the open source license
30             indicated in the file; or
31
32         (b) The contribution is based upon previous work that, to the best
33             of my knowledge, is covered under an appropriate open source
34             license and I have the right under that license to submit that
35             work with modifications, whether created in whole or in part
36             by me, under the same open source license (unless I am
37             permitted to submit under a different license), as indicated
38             in the file; or
39
40         (c) The contribution was provided directly to me by some other
41             person who certified (a), (b) or (c) and I have not modified
42             it.
43
44         (d) I understand and agree that this project and the contribution
45             are public and that a record of the contribution (including all
46             personal information I submit with it, including my sign-off) is
47             maintained indefinitely and may be redistributed consistent with
48             this project or the open source license(s) involved.
49
50 then you just add a line saying
51
52         Signed-off-by: Random J Developer <random@developer.example.org>