Skip to content

Commit 8afefdd

Browse files
committed
chore(docs): fix confusing steps order
1 parent a0e36ef commit 8afefdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ To ensure a clear and consistent style of test patterns, every block of code mus
6969
* Commit your changes and create a descriptive commit message (the commit message is used to generate release notes, please check out the [commit message conventions](https://docs.google.com/document/d/1QrDFcIiPjSLDn3EL15IJygNPiHORgU1_OOAqWjiDU5Y) and the commit message presubmit hook [validate-commit-msg.js](hooks/validate-commit-msg.js)): `git commit -a`
7070
* Push your branch to Github: `git push origin my-fix-branch`
7171
* In Github, send a pull request to `daniellmb:master`
72+
* If you need to make changes to your pull request, you can update the commit with `git commit --amend`. Then, update the pull request with `git push -f`.
7273
* When the patch is reviewed and merged, delete your branch and pull yours — and other — changes from the main (upstream) repository:
7374
* Delete your branch in Github, run: `git push origin :my-fix-branch`
7475
* Check out the master branch, run: `git checkout master`
7576
* Delete your local branch, run: `git branch -D my-fix-branch`
7677
* Update your master with the latest upstream version, run: `git pull --ff upstream master`
77-
* If you need to make changes to your pull request, you can update the commit with `git commit --amend`. Then, update the pull request with `git push -f`.
7878

7979
That's it! Thank you for your contribution!
8080

@@ -102,4 +102,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
102102
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
103103
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
104104
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
105-
THE SOFTWARE.
105+
THE SOFTWARE.

0 commit comments

Comments
 (0)