@@ -35,6 +35,56 @@ pull request, please make sure your code passes checks. Run
35
35
36
36
tox
37
37
38
+ Sign-off commit
39
+ ---------------
40
+
41
+ Every commit must be signed off with your name and email address. This can be
42
+ done by specifying option ``-s `` to ``git commit ``, for example::
43
+
44
+ git commit -s -m "commit message"
45
+
46
+ The sign-off means you have read and agree to `Developer Certificate of Origin `_.
47
+ Nitrate uses version 1.1::
48
+
49
+ Developer Certificate of Origin
50
+ Version 1.1
51
+
52
+ Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
53
+ 1 Letterman Drive
54
+ Suite D4700
55
+ San Francisco, CA, 94129
56
+
57
+ Everyone is permitted to copy and distribute verbatim copies of this
58
+ license document, but changing it is not allowed.
59
+
60
+ Developer's Certificate of Origin 1.1
61
+
62
+ By making a contribution to this project, I certify that:
63
+
64
+ (a) The contribution was created in whole or in part by me and I
65
+ have the right to submit it under the open source license
66
+ indicated in the file; or
67
+
68
+ (b) The contribution is based upon previous work that, to the best
69
+ of my knowledge, is covered under an appropriate open source
70
+ license and I have the right under that license to submit that
71
+ work with modifications, whether created in whole or in part
72
+ by me, under the same open source license (unless I am
73
+ permitted to submit under a different license), as indicated
74
+ in the file; or
75
+
76
+ (c) The contribution was provided directly to me by some other
77
+ person who certified (a), (b) or (c) and I have not modified
78
+ it.
79
+
80
+ (d) I understand and agree that this project and the contribution
81
+ are public and that a record of the contribution (including all
82
+ personal information I submit with it, including my sign-off) is
83
+ maintained indefinitely and may be redistributed consistent with
84
+ this project or the open source license(s) involved.
85
+
86
+ .. _Developer Certificate of Origin : https://developercertificate.org/
87
+
38
88
Report an Issue
39
89
---------------
40
90
0 commit comments