aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJohannes 'fish' Ziemke <github@freigeist.org>2018-04-05 12:12:16 +0200
committerJohannes 'fish' Ziemke <github@freigeist.org>2018-04-16 12:51:12 +0200
commit66d81119eaf2886e31065338ca4c38d5fe00783c (patch)
tree435f49489cb8ce856b0edb3ac5c1fd0aac4cc78d /CONTRIBUTING.md
parentf3ff44fcca5bb20a181cd7b99734afeae553c78e (diff)
downloadprometheus_node_collector-66d81119eaf2886e31065338ca4c38d5fe00783c.tar.bz2
prometheus_node_collector-66d81119eaf2886e31065338ca4c38d5fe00783c.tar.xz
prometheus_node_collector-66d81119eaf2886e31065338ca4c38d5fe00783c.zip
Document DCO in CONTRIBUTING.md
This closes #879 Signed-off-by: Johannes 'fish' Ziemke <github@freigeist.org>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ada80dd..8780b12 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -17,6 +17,13 @@ Prometheus uses GitHub to manage reviews of pull requests.
17 Practices for Production 17 Practices for Production
18 Environments](http://peter.bourgon.org/go-in-production/#formatting-and-style). 18 Environments](http://peter.bourgon.org/go-in-production/#formatting-and-style).
19 19
20* Sign your work to certify that your changes were created by yourself or you
21 have the right to submit it under our license. Read
22 https://developercertificate.org/ for all details and append your sign-off to
23 every commit message like this:
24
25 Signed-off-by: Random J Developer <example@example.com>
26
20 27
21## Collector Implementation Guidelines 28## Collector Implementation Guidelines
22 29