Skip to content

Commit a6ccaec

Browse files
committed
chore: fix formatting of CONTRIBUTING.MD
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>
1 parent 0931286 commit a6ccaec

1 file changed

Lines changed: 16 additions & 9 deletions

File tree

CONTRIBUTING.MD

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,24 @@ This is to ensure that:
3333

3434
Read [How to Write a Git Commit Message](https://cbea.ms/git-commit/), for more
3535
on this topic.
36-
Sign your work
37-
--------------
3836

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
4138

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**.
4444

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+
```
4654
**Version 1.1**
4755
4856
Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
@@ -76,8 +84,7 @@ By making a contribution to this project, I certify that:
7684
personal information I submit with it, including my sign-off) is
7785
maintained indefinitely and may be redistributed consistent with
7886
this project or the open source license(s) involved.
79-
80-
---
87+
```
8188

8289
Then you just add a line to every git commit message:
8390
```bash

0 commit comments

Comments
 (0)