How does GitHub count contributors?
Hello,
This is a bit of a futile question, but I realize I'm nowhere to be seen in https://github.com/python/cpython/graphs/contributors
Is there some map file somewhere that I must update to match my commit e-mail to my GitHub account?
Regards
Antoine.
On 6/24/2017 11:05 AM, Antoine Pitrou wrote:
Hello,
This is a bit of a futile question, but I realize I'm nowhere to be seen in https://github.com/python/cpython/graphs/contributors
Is there some map file somewhere that I must update to match my commit e-mail to my GitHub account?
All I did was to a) create a github account and b) add the GitHub Name to my bpo profile page. You appear to have done the same. Brett Cannon 'added' coredevs to github.com/python, and you appear to have been included since you have already made github commits. I use the same email for both github and bpo. I can't see if your github email is the same as your primary bpo email and I don't know if that makes any difference.
Brett Cannon is the most likely one to help you any further.
tjr
Le 24/06/2017 à 18:05, Terry Reedy a écrit :
I use the same email for both github and bpo. I can't see if your github email is the same as your primary bpo email and I don't know if that makes any difference.
I added a secondary e-mail to my GitHub account (matching the e-mail I used for most commits) and it seems to be much better now!
Regards
Antoine.
On Sat, 24 Jun 2017 at 09:22 Antoine Pitrou <antoine@python.org> wrote:
Le 24/06/2017 à 18:05, Terry Reedy a écrit :
I use the same email for both github and bpo. I can't see if your github email is the same as your primary bpo email and I don't know if that makes any difference.
I added a secondary e-mail to my GitHub account (matching the e-mail I used for most commits) and it seems to be much better now!
Yep, just keep adding email addresses until you get all your commits. :)
On Jun 24, 2017, at 11:05 AM, Antoine Pitrou <antoine@python.org> wrote:
Hello,
This is a bit of a futile question, but I realize I'm nowhere to be seen in https://github.com/python/cpython/graphs/contributors
Is there some map file somewhere that I must update to match my commit e-mail to my GitHub account?
That’s interesting, have you used multiple email addresses with the Python VCS history by any chance? If so you can add them all to your Github account and it should associate all of them with you.
— Donald Stufft
participants (4)
-
Antoine Pitrou
-
Brett Cannon
-
Donald Stufft
-
Terry Reedy