From b9667479ec958ad69020d0fb4a4bb8f547f1e67c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulises=20Gasc=C3=B3n?= Date: Sun, 13 Oct 2024 14:43:15 +0200 Subject: [PATCH 1/2] docs: add DCO - Based on https://github.com/nodejs/node/blob/main/CONTRIBUTING.md - Related to https://github.com/openjs-foundation/project-status/issues/15 --- Contributing.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/Contributing.md b/Contributing.md index 565eb13678..e0afecf704 100644 --- a/Contributing.md +++ b/Contributing.md @@ -207,3 +207,34 @@ dissent. When the PR is merged, a TC member will add them to the proper GitHub/ ### Current Initiative Captains - Triage team [ref](https://github.com/expressjs/discussions/issues/227): @UlisesGascon + + + + +## Developer's Certificate of Origin 1.1 + +```text +By making a contribution to this project, I certify that: + + (a) The contribution was created in whole or in part by me and I + have the right to submit it under the open source license + indicated in the file; or + + (b) The contribution is based upon previous work that, to the best + of my knowledge, is covered under an appropriate open source + license and I have the right under that license to submit that + work with modifications, whether created in whole or in part + by me, under the same open source license (unless I am + permitted to submit under a different license), as indicated + in the file; or + + (c) The contribution was provided directly to me by some other + person who certified (a), (b) or (c) and I have not modified + it. + + (d) I understand and agree that this project and the contribution + are public and that a record of the contribution (including all + 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. +``` From 890c99d73e94328b4cdf369225d5a1a3becfe96c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulises=20Gasc=C3=B3n?= Date: Tue, 29 Oct 2024 13:21:15 +0100 Subject: [PATCH 2/2] Update Contributing.md Co-authored-by: Chris de Almeida --- Contributing.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/Contributing.md b/Contributing.md index e0afecf704..e1de2b3a28 100644 --- a/Contributing.md +++ b/Contributing.md @@ -208,9 +208,6 @@ dissent. When the PR is merged, a TC member will add them to the proper GitHub/ - Triage team [ref](https://github.com/expressjs/discussions/issues/227): @UlisesGascon - - - ## Developer's Certificate of Origin 1.1 ```text