From 398ce91bfcee7c23542d57a07ff737313d581e77 Mon Sep 17 00:00:00 2001 From: Jonas van den Bogaard <3628277+Jonasvdbo@users.noreply.github.com> Date: Thu, 14 Jul 2022 17:38:56 +0200 Subject: [PATCH] Update CONTRIBUTING.md Signed-off-by: Jonas van den Bogaard <3628277+Jonasvdbo@users.noreply.github.com> Signed-off-by: Jonas van den Bogaard <3628277+Jonasvdbo@users.noreply.github.com> --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e4ab470f8a..4dc191c538 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -96,7 +96,8 @@ Neither anonymous contributors nor those utilizing pseudonyms will be accepted. There are other great tools out there to manage DCO signoffs for developers to make it much easier to do signoffs: * Git makes it easy to add this line to your commit messages. Make sure the `user.name` and `user.email` are set in your git configs. Use `-s` or `--signoff` to add the Signed-off-by line to the end of the commit message. -* [GitHub UI integrations]( https://github.com/scottrigby/dco-gh-ui ) for adding the signoff automatically to commits made with the GitHub browser UI +* [Github UI automatic signoff capabilities](https://github.blog/changelog/2022-06-08-admins-can-require-sign-off-on-web-based-commits/) for adding the signoff automatically to commits made with the GitHub browser UI. This one can only be activated by the github org or repo admin. +* [GitHub UI automatic signoff capabilities via custom plugin]( https://github.com/scottrigby/dco-gh-ui ) for adding the signoff automatically to commits made with the GitHub browser UI * Additionally, it is possible to use shell scripting to automatically apply the sign-off. For an example for bash to be put into a .bashrc file, see [here](https://wiki.lfenergy.org/display/HOME/Contribution+and+Compliance+Guidelines+for+LF+Energy+Foundation+hosted+projects). * Alternatively, you can add `prepare-commit-msg hook` in .git/hooks directory. For an example, see [here](https://github.com/Samsung/ONE-vscode/wiki/ONE-vscode-Developer's-Certificate-of-Origin).