Skip to content

Commit b023cda

Browse files
committed
add alternative sign-off methods
1 parent 3da07a3 commit b023cda

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

DCO

+8-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,11 @@ using your real name (sorry, no pseudonyms or anonymous contributions.)
4040
The DCO text can either be manually added to your commit body, or you can add either **-s** or **--signoff** to your
4141
usual git commit commands. If you forget to add the sign-off you can also amend a previous commit with the sign-off by
4242
running **git commit --amend -s**. If you've pushed your changes to Github already you'll need to force push your branch
43-
after this with **git push -f**.
43+
after this with **git push -f**.
44+
45+
#### Alternative Sign-Off Methods in rare cases
46+
47+
48+
If it is really no option for you to disclose your real name and email address, there might be a chance that you can get
49+
your contribution accepted. In this case please contact the maintainers directly and verify the adherence to the DCO of
50+
the contribution manually. This might include quite some legal overhead for both parties.

0 commit comments

Comments
 (0)