You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was caught off guard after being asked to sign off on the DCO because
it was not in the contribution guide. Adding it here.
Signed-off-by: David Worth <fixintheworld@gmail.com>
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,3 +10,5 @@ Prometheus uses GitHub to manage reviews of pull requests.
10
10
on our [mailing list](https://groups.google.com/forum/?fromgroups#!forum/prometheus-developers).
11
11
This will avoid unnecessary work and surely give you and us a good deal
12
12
of inspiration.
13
+
14
+
* Be sure to sign your commits off (per the [DCO](https://github.com/probot/dco#how-it-works)) by including `--signoff` as a parameter to your `git commit` commands.
0 commit comments