You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -69,12 +69,12 @@ To ensure a clear and consistent style of test patterns, every block of code mus
69
69
* 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`
70
70
* Push your branch to Github: `git push origin my-fix-branch`
71
71
* 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`.
72
73
* When the patch is reviewed and merged, delete your branch and pull yours — and other — changes from the main (upstream) repository:
73
74
* Delete your branch in Github, run: `git push origin :my-fix-branch`
74
75
* Check out the master branch, run: `git checkout master`
75
76
* Delete your local branch, run: `git branch -D my-fix-branch`
76
77
* 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`.
78
78
79
79
That's it! Thank you for your contribution!
80
80
@@ -102,4 +102,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
102
102
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
103
103
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
104
104
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
0 commit comments