We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b62f33f commit c7010beCopy full SHA for c7010be
CONTRIBUTING.md
@@ -131,10 +131,10 @@ Before you submit your pull request consider the following guidelines:
131
132
If the PR gets too outdated we may ask you to rebase and force push to update the PR:
133
134
- ```shell
135
- git rebase master -i
136
- git push origin my-fix-branch -f
137
- ```
+```shell
+git rebase master -i
+git push origin my-fix-branch -f
+```
138
139
*WARNING. Squashing or reverting commits and forced push thereafter may remove GitHub comments
140
on code that were previously made by you and others in your commits.*
0 commit comments