Skip to content

Commit 77f3463

Browse files
committed
Remove v1 references
1 parent f84aad3 commit 77f3463

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ accurate comments, etc.) and any other requirements (such as test coverage).
8787
Follow this process if you'd like your work considered for inclusion in the
8888
project:
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-
135131
5. Locally rebase the upstream development branch into your topic branch:
136132

137133
```bash
@@ -147,9 +143,6 @@ project:
147143
10. [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
154147
license your work under the same license as that used by the project.
155148

@@ -185,8 +178,6 @@ cutting new releases.
185178
4. 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

Comments
 (0)