Merge pull request #515 from matrix-org/update-dco

remove real name requirement from DCO
This commit is contained in:
Travis Ralston 2024-07-25 16:21:27 -06:00 committed by GitHub
commit 77357e46af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -160,11 +160,6 @@ include the line in your commit or pull request comment:
Signed-off-by: Your Name <your@email.example.org>
```
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.