Daiki Ueno commented: https://gitlab.com/gnutls/gnutls/-/merge_requests/2037#note_2891209715 @devkdas sorry for the late reply. While the `Signed-off-by:` line is in the merge-request description, it's not in the commit message. I don't believe you can't do that with Web IDE, but if that's the case, you can simply use the git commands and attach the patch here. For example: ```console git clone https://gitlab.com/gnutls/gnutls.git cd gnutls # edit lib/audit.c git add -u git commit -s "Add missing parameter documentation in lib/audit.c" git format-patch -1 ``` This will generate a file `0001-*.patch` with `Signed-off-by:`, which you can attach to a comment. -- Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/2037#note_2891209715 You're receiving this email because of your account on gitlab.com.
_______________________________________________ Gnutls-devel mailing list [email protected] http://lists.gnupg.org/mailman/listinfo/gnutls-devel
