diff options
author | Rich Trott <rtrott@gmail.com> | 2021-09-17 17:23:11 -0700 |
---|---|---|
committer | Node.js GitHub Bot <github-bot@iojs.org> | 2021-09-21 15:37:19 +0000 |
commit | 549f96889a77c39fa4f2257305788a00848f9e97 (patch) | |
tree | 73547bc1ea406141eb19372999fcf35c62a76ec6 /CONTRIBUTING.md | |
parent | d05cca94eaad70708c5a3d50862f62abbbb8406d (diff) | |
download | node-new-549f96889a77c39fa4f2257305788a00848f9e97.tar.gz |
doc: update markdown formatting for *.md files
Fix formatting that will change when run through upcoming remark preset.
PR-URL: https://github.com/nodejs/node/pull/40154
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 30db8cf9b1..d0d3f4f648 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -29,8 +29,10 @@ See [details on our policy on Code of Conduct](./doc/guides/contributing/code-of * [Notes](./doc/guides/contributing/pull-requests.md#notes) <a id="developers-certificate-of-origin"></a> + ## Developer's Certificate of Origin 1.1 +<pre> By making a contribution to this project, I certify that: (a) The contribution was created in whole or in part by me and I @@ -54,3 +56,4 @@ By making a contribution to this project, I certify that: personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved. +</pre> |