From dbcaafc477baaeff18bfe20f26aababf2e43ba1e Mon Sep 17 00:00:00 2001 From: Josh Simmons Date: Thu, 25 Jul 2024 14:52:58 -0700 Subject: [PATCH] remove real name requirement from DCO --- CONTRIBUTING.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3ad9382..3ca0f45 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -160,11 +160,6 @@ include the line in your commit or pull request comment: Signed-off-by: Your Name ``` -We accept contributions under a legally identifiable name, such as -your name on government documentation or common-law names (names -claimed by legitimate usage or repute). Unfortunately, we cannot -accept anonymous contributions at this time. - Git allows you to add this signoff automatically when using the `-s` flag to `git commit`, which uses the name and email set in your `user.name` and `user.email` git configs.