You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parts of the texts under "Structuring your commits" was converted
to h1 header due to the "---". Fixed this and some other minor
cosmetics.
Signed-off-by: Mirza Krak <mirza@mkrak.org>
Copy file name to clipboardExpand all lines: CONTRIBUTING.MD
+16-9Lines changed: 16 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,16 +33,24 @@ This is to ensure that:
33
33
34
34
Read [How to Write a Git Commit Message](https://cbea.ms/git-commit/), for more
35
35
on this topic.
36
-
Sign your work
37
-
--------------
38
36
39
-
This project is licensed under an open source license. To ensure license compatibility and traceability, we need to keep track of the origin of all commits and make sure they comply with the license terms.
40
-
To achieve this, we follow the same procedure as used by the Linux kernel and many other open source projects: **every commit must be signed off**.
37
+
### Sign your work
41
38
42
-
The sign-off is a simple line added at the end of your commit message which certifies that you wrote the code or otherwise have the right to pass it on as an open source contribution.
43
-
The rules are simple: if you can certify the following statement (from [developercertificate.org](http://developercertificate.org)), then you can sign off your work.
39
+
This project is licensed under an open source license. To ensure license
40
+
compatibility and traceability, we need to keep track of the origin of all
41
+
commits and make sure they comply with the license terms. To achieve this, we
42
+
follow the same procedure as used by the Linux kernel and many other open source
43
+
projects: **every commit must be signed off**.
44
44
45
-
### Developer Certificate of Origin
45
+
The sign-off is a simple line added at the end of your commit message which
46
+
certifies that you wrote the code or otherwise have the right to pass it on as
47
+
an open source contribution.
48
+
49
+
The rules are simple: if you can certify the following statement
50
+
(from [developercertificate.org](http://developercertificate.org)), then you
51
+
can sign off your work.
52
+
53
+
```
46
54
**Version 1.1**
47
55
48
56
Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
@@ -76,8 +84,7 @@ By making a contribution to this project, I certify that:
76
84
personal information I submit with it, including my sign-off) is
77
85
maintained indefinitely and may be redistributed consistent with
78
86
this project or the open source license(s) involved.
79
-
80
-
---
87
+
```
81
88
82
89
Then you just add a line to every git commit message:
0 commit comments