From: Mark Wielaard Date: Thu, 19 Oct 2023 15:47:28 +0000 (+0200) Subject: CONTRIBUTING: Switch from real name policy to know identity policy X-Git-Tag: elfutils-0.190~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b770e1c4def3532c7b59c4d2e4cd3cee26d4548b;p=thirdparty%2Felfutils.git CONTRIBUTING: Switch from real name policy to know identity policy Signed-off-by: Mark Wielaard --- diff --git a/CONTRIBUTING b/CONTRIBUTING index bb48975ba..1a1c443f0 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -45,7 +45,9 @@ then you just add a line saying Signed-off-by: Random J Developer -using your real name (sorry, no pseudonyms or anonymous contributions.) +using a known identity (sorry, no anonymous contributions.) +The name you use as your identity should not be an anonymous id +or false name that misrepresents who you are. git commit --signoff will add such a Signed-off-by line at the end of the commit log message for you.