@@ -87,8 +87,8 @@ accurate comments, etc.) and any other requirements (such as test coverage).
8787Follow this process if you'd like your work considered for inclusion in the
8888project:
8989
90- 1 . [ Fork] ( https://help.github.com/articles/fork-a-repo/ ) the project, clone your fork,
91- and configure the remotes:
90+ 1 . [ Fork] ( https://help.github.com/articles/fork-a-repo/ ) the project, clone your
91+ fork, and configure the remotes:
9292
9393 ``` bash
9494 # Clone your fork of the repo into the current directory
@@ -128,10 +128,6 @@ project:
128128 Be sure to add a test to the ` test.html ` file if appropriate, and test
129129 your change in all supported browsers.
130130
131- ``` bash
132- git pull --rebase upstream master
133- ```
134-
1351315 . Locally rebase the upstream development branch into your topic branch:
136132
137133 ``` bash
@@ -147,9 +143,6 @@ project:
14714310 . [ Open a Pull Request] ( https://help.github.com/articles/using-pull-requests/ )
148144 with a clear title and description.
149145
150- Please submit a separate pull request for any appropriate changes required
151- in the ` v1 ` branch for legacy browsers.
152-
153146** IMPORTANT** : By submitting a patch, you agree to allow the project owner to
154147license your work under the same license as that used by the project.
155148
@@ -185,8 +178,6 @@ cutting new releases.
1851784 . Do not use GitHub's merge button. Apply the patch to ` master ` locally
186179 (either via ` git am ` or by checking the whole branch out). Amend minor
187180 problems with the author's original commit if necessary. Then push to GitHub.
188- 5 . If a patch should be included in ` v1 ` , cherry-pick the commits or manually
189- apply if all else fails.
190181
191182### Releasing a new version
192183
0 commit comments