From ef7cc673870471b1402caeadd151ca691c0daec6 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Thu, 20 Mar 2025 10:47:01 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=84(legal)=20Require=20contributors=20?= =?UTF-8?q?to=20sign=20a=20DCO?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Contributors are required to sign off their commits: this confirms that they have read and accepted https://developercertificate.org. --- CHANGELOG.md | 4 ++++ CONTRIBUTING.md | 2 ++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1fb5264..f2e66522 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to ## [Unreleased] +## Added + +- 📄(legal) Require contributors to sign a DCO #779 + ## Changed - ♻️(frontend) Integrate UI kit #783 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b56dff19..26e0a9ce 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,6 +4,8 @@ Thank you for taking the time to contribute! Please follow these guidelines to e To get started with the project, please refer to the [README.md](https://github.com/suitenumerique/docs/blob/main/README.md) for detailed instructions. +Contributors are required to sign off their commits with `git commit --sign-off`: this confirms that they have read and accepted the [Developer's Certificate of Origin 1.1](https://developercertificate.org/). + Please also check out our [dev handbook](https://suitenumerique.gitbook.io/handbook) to learn our best practices. ## Help us with translations