Closed alex-karpovich closed 3 years ago
Thank you for your contribution and Welcome to our Open Source Community!
To make sure your pull request is successful, we need all our contributors to be identifiable, but we couldn't parse the GitHub details of the following people : Alex Karpovich
Luckily, resolving the issue is straightforward and you can resolve it by following the instructions below.
git config --list | grep email
git config --global user.email email@example.com
git commit --amend
to change your last commit.Alternatively, use the slightly more complex git reset --soft
and git rebase
to checkout your changes, rewrite the commit history locally and (force) push changes to the downstream branch.
If you have any issues with the steps above, please email help@finos.org so we can help you resolve before reviewing and accepting your pull request.
Thanks once again for the contribution and understanding.
cc @finos-admin
Thank you for your contribution and Welcome to our Open Source Community!
To make sure your pull request is successful, we need all our contributors to be identifiable, but we couldn't parse the GitHub details of the following people : Alex Karpovich
Luckily, resolving the issue is straightforward and you can resolve it by following the instructions below.
git config --list | grep email
git config --global user.email email@example.com
git commit --amend
to change your last commit.Alternatively, use the slightly more complex
git reset --soft
andgit rebase
to checkout your changes, rewrite the commit history locally and (force) push changes to the downstream branch.If you have any issues with the steps above, please email help@finos.org so we can help you resolve before reviewing and accepting your pull request.
Thanks once again for the contribution and understanding.
cc @finos-admin