File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -123,13 +123,19 @@ Before you submit your pull request consider the following guidelines:
123
123
* If we suggest changes then:
124
124
* Make the required updates.
125
125
* Re-run the Angular test suite to ensure tests are still passing.
126
- * Rebase your branch and force push to your GitHub repository (this will update your Pull Request):
126
+ * Commit your changes to your branch (e.g. ` my-fix-branch` ).
127
+ * Push the changes to your GitHub repository (this will update your Pull Request).
128
+
129
+ If the PR gets too outdated we may ask you to rebase and force push to update the PR:
127
130
128
131
` ` ` shell
129
132
git rebase master -i
130
133
git push origin my-fix-branch -f
131
134
` ` `
132
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.*
138
+
133
139
That' s it! Thank you for your contribution!
134
140
135
141
#### After your pull request is merged
You can’t perform that action at this time.
0 commit comments