From b33fc527b6f5470f18bd3d091a52ca2d6f769774 Mon Sep 17 00:00:00 2001 From: Anton Gerasimov Date: Wed, 7 Nov 2018 12:01:50 +0100 Subject: Add the requirement to sign a DCO Signed-off-by: Anton Gerasimov --- CONTRIBUTING.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index f12b95d..1cd1eef 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -13,6 +13,12 @@ Previously, some older branches were also regularly supported, and while they sh If you are developing with meta-updater, it may be helpful to read the README and other documentation for link:README.adoc[this repo], https://github.com/advancedtelematic/aktualizr[aktualizr], and the https://github.com/advancedtelematic/updater-repo/[updater-repo], particularly the sections about development and debugging. +== Developer Certificate of Origin (DCO) + +All commits in pull requests must contain a `Signed-off-by:` line to indicate that the developer has agreed to the terms of the https://developercertificate.org[Developer Certificate of Origin]. A simple way to achieve that is to use the `-s` flag of `git commit`. + +New pull requests will automatically be checked by the https://probot.github.io/apps/dco/[probot/dco]. + == Contributor checklist * OTA-enabled build succeeds for at least one platform, the resulting image boots, and an update can be installed. This check is absolutely necessary for every pull request unless it only touches documentation. -- cgit v1.2.3-54-g00ecf