diff options
author | Anton Gerasimov <tossel@gmail.com> | 2018-11-07 12:01:50 +0100 |
---|---|---|
committer | Anton Gerasimov <anton.gerasimov@here.com> | 2018-12-12 10:53:11 +0100 |
commit | b33fc527b6f5470f18bd3d091a52ca2d6f769774 (patch) | |
tree | 263a6c3e8bd5a7d34ea391013d58b5a5012dc50d | |
parent | cb0fcbfcbc1a0cea89367c1115301976280251f7 (diff) | |
download | meta-updater-b33fc527b6f5470f18bd3d091a52ca2d6f769774.tar.gz |
Add the requirement to sign a DCOfeat/dco
Signed-off-by: Anton Gerasimov <tossel@gmail.com>
-rw-r--r-- | CONTRIBUTING.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
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 | |||
13 | 13 | ||
14 | 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. | 14 | 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. |
15 | 15 | ||
16 | == Developer Certificate of Origin (DCO) | ||
17 | |||
18 | 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`. | ||
19 | |||
20 | New pull requests will automatically be checked by the https://probot.github.io/apps/dco/[probot/dco]. | ||
21 | |||
16 | == Contributor checklist | 22 | == Contributor checklist |
17 | 23 | ||
18 | * 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. | 24 | * 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. |