@@ -21,59 +21,6 @@ By contributing you agree to the [code of conduct](CODE_OF_CONDUCT.md). We
21
21
follow the open source best practice of using the [ Contributor
22
22
Covenant] ( https://www.contributor-covenant.org/ ) for our Code of Conduct.
23
23
24
- ### Sign your work
25
-
26
- To improve tracking of who did what, we follow the Linux Kernel's
27
- [ "sign your work" system] ( https://github.com/wking/signed-off-by ) .
28
- This is also called a
29
- [ "DCO" or "Developer's Certificate of Origin"] ( https://developercertificate.org/ ) .
30
-
31
- ** All** commits are required to include this sign off and we use the
32
- [ Probot DCO App] ( https://github.com/probot/dco ) to check pull requests for
33
- this.
34
-
35
- The sign-off is a simple line at the end of the explanation for the
36
- patch, which certifies that you wrote it or otherwise have the right to
37
- pass it on as a open-source patch. The rules are pretty simple: if you
38
- can certify the below:
39
-
40
- Developer's Certificate of Origin 1.1
41
-
42
- By making a contribution to this project, I certify that:
43
-
44
- (a) The contribution was created in whole or in part by me and I
45
- have the right to submit it under the open source license
46
- indicated in the file; or
47
-
48
- (b) The contribution is based upon previous work that, to the best
49
- of my knowledge, is covered under an appropriate open source
50
- license and I have the right under that license to submit that
51
- work with modifications, whether created in whole or in part
52
- by me, under the same open source license (unless I am
53
- permitted to submit under a different license), as indicated
54
- in the file; or
55
-
56
- (c) The contribution was provided directly to me by some other
57
- person who certified (a), (b) or (c) and I have not modified
58
- it.
59
-
60
- (d) I understand and agree that this project and the contribution
61
- are public and that a record of the contribution (including all
62
- personal information I submit with it, including my sign-off) is
63
- maintained indefinitely and may be redistributed consistent with
64
- this project or the open source license(s) involved.
65
-
66
- then you just add a line saying
67
-
68
- Signed-off-by: Random J Developer <[email protected] >
69
-
70
- using your real name (sorry, no pseudonyms or anonymous contributions.)
71
-
72
-
73
-
74
-
75
-
76
-
77
24
----
78
25
79
26
This file is generated from [ README.md] ( README.md ) , please edit that file then
0 commit comments