From 66d81119eaf2886e31065338ca4c38d5fe00783c Mon Sep 17 00:00:00 2001 From: Johannes 'fish' Ziemke Date: Thu, 5 Apr 2018 12:12:16 +0200 Subject: [PATCH] Document DCO in CONTRIBUTING.md This closes #879 Signed-off-by: Johannes 'fish' Ziemke --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ada80dd6..8780b12a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,6 +17,13 @@ Prometheus uses GitHub to manage reviews of pull requests. Practices for Production Environments](http://peter.bourgon.org/go-in-production/#formatting-and-style). +* Sign your work to certify that your changes were created by yourself or you + have the right to submit it under our license. Read + https://developercertificate.org/ for all details and append your sign-off to + every commit message like this: + + Signed-off-by: Random J Developer + ## Collector Implementation Guidelines