O conteúdo dessa página está incompleto. Você pode ajudar expandindo-o.
To indicate that you agree to the terms of the DCO, you just add a line to every git commit message:
Signed-off-by: Joe Smith <joe.smith@email.com>
If you set your user.name and user.email as part of your git configuration, you can sign your commit automatically with git commit -s.