aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kochie <superq@gmail.com>2018-04-16 12:59:14 +0200
committerGitHub <noreply@github.com>2018-04-16 12:59:14 +0200
commit768be139beb1522b092a0ec6ab7b7b3047216577 (patch)
tree44ba8cfd4aa6183e05d21af5c81dfc0a95b297de
parentde0632c2e9d5663157c64e6b4353d856b18ce224 (diff)
parent66d81119eaf2886e31065338ca4c38d5fe00783c (diff)
downloadprometheus_node_collector-768be139beb1522b092a0ec6ab7b7b3047216577.tar.bz2
prometheus_node_collector-768be139beb1522b092a0ec6ab7b7b3047216577.tar.xz
prometheus_node_collector-768be139beb1522b092a0ec6ab7b7b3047216577.zip
Merge pull request #884 from prometheus/fish-add-dco-contributing
Document DCO in 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