aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
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