MarketSquare / robotframeworkguides

A project to share guides and best practices for robot framework and its ecosystem
27 stars 54 forks source link

Fixed broken links through PR on Style Guide repo #45

Closed guidodemmenie closed 8 months ago

guidodemmenie commented 8 months ago

Fixing broken links to new documentation Robocop

As per PR from @kkotenko https://github.com/MarketSquare/robotframework-style-guide/pull/59

Mko13 commented 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: image.

Github preview: image

guidodemmenie commented 8 months ago

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.