From ad8516e3a768d7e1fa2767f89a8d525254dce9b8 Mon Sep 17 00:00:00 2001 From: Michael Crosby Date: Wed, 14 Dec 2016 10:57:08 -0800 Subject: [PATCH] Update state of branches and slack link Signed-off-by: Michael Crosby --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 9c12829..a40b570 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,21 @@ containerd is an industry-standard container runtime with an emphasis on simplic containerd is designed to be embedded into a larger system, rather than being used directly by developers or end-users. +### State of the Project + +containerd currently has two active branches. +There is a [v0.2.x](https://github.com/docker/containerd/tree/v0.2.x) branch for the current release of containerd that is being consumed by Docker and others and the master branch is the development branch for the 1.0 roadmap and feature set. +Any PR or issue that is intended for the current v0.2.x release should be tagged with the same `v0.2.x` tag. + +### Communication + +For async communication and long running discussions please use issues and pull requests on the github repo. +This will be the best place to discuss design and implementation. + +For sync communication we have a community slack with a #containerd channel that everyone is welcome to join and chat about development. + +**Slack:** https://community.docker.com/registrations/groups/4316 + ## Features * OCI Image Spec support