Add `Signoff` check box when commiting
In a lot of more formal open source projects, it is required that every commit submitted be signed offed in the commit message with your name and email. This is done at the command line with the flag `--signoff` (or just `-s`) with the command `commit`. Currently there is not a way to do this within GitKraken. It would be convenient if there was a checkbox right next to the amend checkbox when committing
Comments: 2
-
04 Feb, '22
Dan VicarelFWIW, a current workaround is just to put the signoff trailer in the commit description yourself; that's all that the `--signoff` option does. Just put a new line after your commit description and then, e.g.: `Signed-off-by: Alice <[email protected]>`
-
10 Apr
Eric VantillardGithub bot for DCO https://github.com/dcoapp/app check will fail if the Signed-off-by trailer is missing