From ea20be1b62b8ef4c1ca8fb21534a791ec345e9de Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Tue, 1 Nov 2022 13:01:44 +0100 Subject: [PATCH] Update .github/CONTRIBUTING.md Co-authored-by: Karina Kwiatek <6197148+raccube@users.noreply.github.com> --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 21e38651..c461269b 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -29,4 +29,4 @@ merged in, however please keep the following in mind. * If you include a new feature also include tests, and make sure they'll pass. * Before submitting a pull-request, clean up the history by going over your commits and squashing together minor changes and fixes into the corresponding - commits. You can do this using the interactive rebase command. + commits. You can do this using the [interactive rebase](https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History#_changing_multiple) command.