'why merge PR from github,but project Contributors not show correct?

for example:

https://github.com/ParadiseHell/one/pull/1

this PR author is punkisnotdead3

but in the project page:

https://github.com/ParadiseHell/one

we can see Contributors is:

punkisnotdead2

why? this error can be fixed?



Solution 1:[1]

The commit is written using @punkisnotdead2 from the device that's why it is added in the contributors .. if you want to keep use punkisnotdead3 change it from your device git configuration using

git config [--global] user.name "User name you want"
git config [--global] user.email "email you want to use"

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Mohamed Saleh