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.