Skip to content

Commit cf5a973

Browse files
avivkellertargos
authored andcommitted
doc, meta: use markdown rather than HTML in CONTRIBUTING.md
PR-URL: #53235 Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent d9182d0 commit cf5a973

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

CONTRIBUTING.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ works.
1919
* [Code of Conduct](#code-of-conduct)
2020
* [Issues](#issues)
2121
* [Pull Requests](#pull-requests)
22-
* [Developer's Certificate of Origin 1.1](#developers-certificate-of-origin)
22+
* [Developer's Certificate of Origin 1.1](#developers-certificate-of-origin-11)
2323

2424
## [Code of Conduct](./doc/contributing/code-of-conduct.md)
2525

@@ -47,11 +47,9 @@ dependencies, and tools contained in the `nodejs/node` repository.
4747
* [Reviewing Pull Requests](./doc/contributing/pull-requests.md#reviewing-pull-requests)
4848
* [Notes](./doc/contributing/pull-requests.md#notes)
4949

50-
<a id="developers-certificate-of-origin"></a>
51-
5250
## Developer's Certificate of Origin 1.1
5351

54-
<pre>
52+
```text
5553
By making a contribution to this project, I certify that:
5654
5755
(a) The contribution was created in whole or in part by me and I
@@ -75,4 +73,4 @@ By making a contribution to this project, I certify that:
7573
personal information I submit with it, including my sign-off) is
7674
maintained indefinitely and may be redistributed consistent with
7775
this project or the open source license(s) involved.
78-
</pre>
76+
```

0 commit comments

Comments
 (0)