From 4ea1492fe8633f34c751ee5cf1ce7d377bd5f485 Mon Sep 17 00:00:00 2001 From: Harold Dost Date: Wed, 18 May 2022 23:06:34 +0200 Subject: [PATCH] Be more explicit about DCO (#2140) * Add link about the browser extension. Relates #2118 Signed-off-by: Harold Dost --- CONTRIBUTING.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5fb79169..052689d9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,6 +2,10 @@ Prometheus uses GitHub to manage reviews of pull requests. +* Every commit *MUST* be signed off to agree to the [Developer Certificate of Origin (DCO)](https://developercertificate.org/). [How does it work?](https://github.com/dcoapp/app#how-it-works) +** There is a [browser extension](https://github.com/scottrigby/dco-gh-ui) if you're making edits + from the GitHub UI. + * If you have a trivial fix or improvement, go ahead and create a pull request, addressing (with `@...`) the maintainer of this repository (see [MAINTAINERS.md](MAINTAINERS.md)) in the description of the pull request. @@ -10,5 +14,3 @@ Prometheus uses GitHub to manage reviews of pull requests. on our [mailing list](https://groups.google.com/forum/?fromgroups#!forum/prometheus-developers). This will avoid unnecessary work and surely give you and us a good deal of inspiration. - -* Be sure to sign off on the [DCO](https://github.com/dcoapp/app#how-it-works)