0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-21 13:09:21 +01:00

doc, meta: use markdown rather than HTML in CONTRIBUTING.md

PR-URL: https://github.com/nodejs/node/pull/53235
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
Aviv Keller 2024-06-08 15:16:44 -04:00 committed by GitHub
parent 0b020089d9
commit e30928485e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@ works.
* [Code of Conduct](#code-of-conduct) * [Code of Conduct](#code-of-conduct)
* [Issues](#issues) * [Issues](#issues)
* [Pull Requests](#pull-requests) * [Pull Requests](#pull-requests)
* [Developer's Certificate of Origin 1.1](#developers-certificate-of-origin) * [Developer's Certificate of Origin 1.1](#developers-certificate-of-origin-11)
## [Code of Conduct](./doc/contributing/code-of-conduct.md) ## [Code of Conduct](./doc/contributing/code-of-conduct.md)
@ -47,11 +47,9 @@ dependencies, and tools contained in the `nodejs/node` repository.
* [Reviewing Pull Requests](./doc/contributing/pull-requests.md#reviewing-pull-requests) * [Reviewing Pull Requests](./doc/contributing/pull-requests.md#reviewing-pull-requests)
* [Notes](./doc/contributing/pull-requests.md#notes) * [Notes](./doc/contributing/pull-requests.md#notes)
<a id="developers-certificate-of-origin"></a>
## Developer's Certificate of Origin 1.1 ## Developer's Certificate of Origin 1.1
<pre> ```text
By making a contribution to this project, I certify that: By making a contribution to this project, I certify that:
(a) The contribution was created in whole or in part by me and I (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:
personal information I submit with it, including my sign-off) is personal information I submit with it, including my sign-off) is
maintained indefinitely and may be redistributed consistent with maintained indefinitely and may be redistributed consistent with
this project or the open source license(s) involved. this project or the open source license(s) involved.
</pre> ```