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
{{ message }}
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.
This issue is to activate protobot/dco (or similar bot) to check that all commits have a sign-off. The CHAOSS Project Charter requires that all contributions are signed-off.
For users of the git command line interface, a sign-off is accomplished with the -s as part of the commit command: git commit -s -m 'This is a commit message'
For users of the GitHub interface, a sign-off is accomplished by writing Signed-off-by: Your Name <YourName@example.org> into the commit comment field. This can be automated by using a browser plugin like scottrigby/dco-gh-ui
The text was updated successfully, but these errors were encountered:
This issue is to activate protobot/dco (or similar bot) to check that all commits have a sign-off. The CHAOSS Project Charter requires that all contributions are signed-off.
For users of the git command line interface, a sign-off is accomplished with the
-s
as part of the commit command:git commit -s -m 'This is a commit message'
For users of the GitHub interface, a sign-off is accomplished by writing
Signed-off-by: Your Name <YourName@example.org>
into the commit comment field. This can be automated by using a browser plugin like scottrigby/dco-gh-uiThe text was updated successfully, but these errors were encountered: