diff options
author | battaglr <lucianobattagliero+git@gmail.com> | 2016-03-21 05:03:50 -0300 |
---|---|---|
committer | battaglr <lucianobattagliero+git@gmail.com> | 2016-03-21 05:03:50 -0300 |
commit | 77f3463278b136c9ac45ef14771bc7aedb799dd5 (patch) | |
tree | 5d7d927667cb4044e6c9e387b92b3ecdc5167847 /CONTRIBUTING.md | |
parent | f84aad3434c63d0ac10b91c6f47e21d805bbd36f (diff) | |
download | normalize.css-77f3463278b136c9ac45ef14771bc7aedb799dd5.tar.gz normalize.css-77f3463278b136c9ac45ef14771bc7aedb799dd5.zip |
Remove `v1` references
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 434ca45..49eadd8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -87,8 +87,8 @@ accurate comments, etc.) and any other requirements (such as test coverage). Follow this process if you'd like your work considered for inclusion in the project: -1. [Fork](https://help.github.com/articles/fork-a-repo/) the project, clone your fork, - and configure the remotes: +1. [Fork](https://help.github.com/articles/fork-a-repo/) the project, clone your + fork, and configure the remotes: ```bash # Clone your fork of the repo into the current directory @@ -128,10 +128,6 @@ project: Be sure to add a test to the `test.html` file if appropriate, and test your change in all supported browsers. - ```bash - git pull --rebase upstream master - ``` - 5. Locally rebase the upstream development branch into your topic branch: ```bash @@ -147,9 +143,6 @@ project: 10. [Open a Pull Request](https://help.github.com/articles/using-pull-requests/) with a clear title and description. - Please submit a separate pull request for any appropriate changes required - in the `v1` branch for legacy browsers. - **IMPORTANT**: By submitting a patch, you agree to allow the project owner to license your work under the same license as that used by the project. @@ -185,8 +178,6 @@ cutting new releases. 4. Do not use GitHub's merge button. Apply the patch to `master` locally (either via `git am` or by checking the whole branch out). Amend minor problems with the author's original commit if necessary. Then push to GitHub. -5. If a patch should be included in `v1`, cherry-pick the commits or manually - apply if all else fails. ### Releasing a new version |