docs(contributing.md): fix indentation for proper Markdown syntax

PR (#15007)
This commit is contained in:
Benjamin Dopplinger
2016-08-09 18:30:36 +10:00
committed by Martin Staffa
parent b62f33f29a
commit c7010bef6e
+4 -4
View File
@@ -131,10 +131,10 @@ Before you submit your pull request consider the following guidelines:
If the PR gets too outdated we may ask you to rebase and force push to update the PR:
```shell
git rebase master -i
git push origin my-fix-branch -f
```
```shell
git rebase master -i
git push origin my-fix-branch -f
```
*WARNING. Squashing or reverting commits and forced push thereafter may remove GitHub comments
on code that were previously made by you and others in your commits.*