Closed guidodemmenie closed 8 months ago
In such cases, we can retain original contributor by amending the latest commit with git commit --amend --author="Name Surname <author@somewhere.com>" --no-edit
.
Or we can include some additional info in the commit, e.g., in style-guide repo, I recently had such case - I used interactive rebase (`git rebase -i) and added info about co-author in the commit message: .
Github preview:
Good point I'll make sure we preserve the original author, maybe easiest way is to create a new PR for that .. but I'll look into that.
Fixing broken links to new documentation Robocop
As per PR from @kkotenko https://github.com/MarketSquare/robotframework-style-guide/pull/59