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.
Check your git client is configured with a user email git config --list | grep email
If the user email is missing, run the following command, substituting with your git commit email address git config --global user.email email@example.com
Then, amend the authors in your commit history by using 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.
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