Skip to content

Commit

Permalink
Merge pull request #884 from prometheus/fish-add-dco-contributing
Browse files Browse the repository at this point in the history
Document DCO in CONTRIBUTING.md
  • Loading branch information
SuperQ authored Apr 16, 2018
2 parents de0632c + 66d8111 commit 768be13
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <example@example.com>


## Collector Implementation Guidelines

Expand Down

0 comments on commit 768be13

Please sign in to comment.