From b6cb9dcc28547f888fc7aac4b848bece18e0ec7e Mon Sep 17 00:00:00 2001 From: Himanshu Mishra Date: Mon, 10 May 2021 15:36:52 +0200 Subject: [PATCH] dco/docs: email in angular braces Signed-off-by: Himanshu Mishra --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1b7433888c..2caa8c9c9c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -93,7 +93,7 @@ Which will look something like the following in the repo; ``` Awesome commit message -Signed-off-by: Jane Smith jane.smith@example.com +Signed-off-by: Jane Smith ``` - In case you forgot to add it to the most recent commit, use `git commit --amend --signoff`