Update .github/CONTRIBUTING.md

Co-authored-by: Karina Kwiatek <6197148+raccube@users.noreply.github.com>
This commit is contained in:
Andreas Nedbal 2022-11-01 13:01:44 +01:00
parent da70192f59
commit ea20be1b62
1 changed files with 1 additions and 1 deletions

View File

@ -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. * 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 * 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 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.