File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -40,4 +40,11 @@ using your real name (sorry, no pseudonyms or anonymous contributions.)
40
40
The DCO text can either be manually added to your commit body, or you can add either **-s** or **--signoff** to your
41
41
usual git commit commands. If you forget to add the sign-off you can also amend a previous commit with the sign-off by
42
42
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.
You can’t perform that action at this time.
0 commit comments