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
return`Thank you for your contribution. It seems that one or more of your commits have an anonymous email address. Please consider signing your commits with a valid email address. Please see our [contributing guide](`+contributingURL+`).`
210
+
return`Thank you for your contribution. It seems that one or more of your commits have a "Signed-off-by" statement with an anonymous email address. The [Developer Certificate of Origin (DCO)](https://en.wikipedia.org/wiki/Developer_Certificate_of_Origin) requires all commits to be signed off by genuine, contactable individuals. Please see our [contributing guide](`+contributingURL+`).
return`Thank you for your contribution. I've just checked and your commit doesn't appear to be signed-off. That's something we need before your Pull Request can be merged. Please see our [contributing guide](`+contributingURL+`).
196
-
Tip: if you only have one commit so far then run: `+"`"+`git commit --amend --signoff`+"`"+` and then `+"`"+`git push --force`+"`."
216
+
217
+
return`Thank you for your contribution. unfortunately, one or more of your commits are missing the required "Signed-off-by:" statement. Signing off is part of the [Developer Certificate of Origin (DCO)](https://en.wikipedia.org/wiki/Developer_Certificate_of_Origin) which is used by this project.
218
+
219
+
Read the DCO and [project contributing guide](`+contributingURL+`) carefully, and amend your commits using the git CLI. Note that this does not require any cryptography, keys or special steps to be taken.
0 commit comments