diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7f9fa16660..c6126e512c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,46 +39,6 @@ there. >Do you enjoy creating graphics? Good graphics are key to great documentation, and we especially value contributions in this area. -### Specific new features for a project - -Our docs cover many projects which release at different times. **If, and only if, -your pull request relates to a currently unreleased feature of a project, base -your work on that project's `vnext` branch.** These branches were created by -cloning `master` and then importing a project's `master` branch's docs into it -(at the time of the migration), in a way that preserved the commit history. When -a project has a release, its `vnext` branch will be merged into `master` and your -work will be visible on [https://docs.docker.com/](/). - -The following `vnext` branches currently exist: - -- **[vnext-engine](https://github.com/docker/docker.github.io/tree/vnext-engine):** - docs for upcoming features in the [docker/docker](https://github.com/moby/moby/) - project - -- **[vnext-compose](https://github.com/docker/docker.github.io/tree/vnext-compose):** - docs for upcoming features in the [docker/compose](https://github.com/docker/compose/) - project - -- **[vnext-distribution](https://github.com/docker/docker.github.io/tree/vnext-distribution):** - docs for upcoming features in the [docker/distribution](https://github.com/docker/distribution/) - project - -- **[vnext-opensource](https://github.com/docker/docker.github.io/tree/vnext-opensource):** - docs for upcoming features in the [docker/opensource](https://github.com/docker/opensource/) - project - -- **[vnext-swarm](https://github.com/docker/docker.github.io/tree/vnext-swarm):** - docs for upcoming features in the [docker/swarm](https://github.com/docker/swarm/) - project - -- **[vnext-toolbox](https://github.com/docker/docker.github.io/tree/vnext-toolbox):** - docs for upcoming features in the [docker/toolbox](https://github.com/docker/toolbox/) - project - -- **[vnext-kitematic](https://github.com/docker/docker.github.io/tree/vnext-kitematic):** - docs for upcoming features in the [docker/kitematic](https://github.com/docker/kitematic/) - project - ## Collaborate on a pull request Unless the PR author specifically disables it, you can push commits into another