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