-
Notifications
You must be signed in to change notification settings - Fork 29.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: clarify real name requirement in CONTRIBUTING.md #1250
Conversation
👍 |
LGTM |
I think this is a pretty straightforward improvement, going to merge it in right ahead. |
CONTRIBUTING.md didn't make our rule for requiring real names from contributors clear enough. This commit shall clarify that part. Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> PR-URL: #1250
merged in 4e9bf93 |
Actually I'm -1 on this, it's not straight forward, some people prefer to use pseudonyms and there's no reason to force a real name out of these people, this change could be interpreted as policy. See #606 for an example for this. |
Ah, I was under the impression it was a hard rule as I was requested to change my user.name on my first contribution (#483 (comment)). If this is a remnant from node.js days, I'm all for dropping it. |
@rvagg should this be reverted? |
Please. Real names are slippery beasts and I really don't want to use the one that is still my legal name. There is no reason to. |
This should hopefully make it more clear that git's
user.name
should be set to the real name before committing a pull request. I'm open to suggestions of witty placeholder names ;)related: #1246
cc: @MayhemYDG