From e3e18584b0552159324d93cb394b04594057adbc Mon Sep 17 00:00:00 2001 From: toogley Date: Sun, 28 Feb 2016 15:31:15 +0100 Subject: [PATCH] add google group subscribtion method using only emails * users don't have to create an google account for using the google groups. They can simply email to e.g. "docker-user+subscribe@googlegroups.com" to subscribe. * since this behavior is not mentioned on the google group website, i think its a good idea to explain this method here. Signed-off-by: toogley --- CONTRIBUTING.md | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e499e1a9d6..6b875d6901 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -154,6 +154,8 @@ However, there might be a way to implement that feature *on top of* Docker. The docker-dev group is for contributors and other people contributing to the Docker project. + You can join them without an google account by sending an email to e.g. "docker-user+subscribe@googlegroups.com". + After receiving the join-request message, you can simply reply to that to confirm the subscribtion. diff --git a/README.md b/README.md index 4778e748ad..aa9cc0ea81 100644 --- a/README.md +++ b/README.md @@ -234,6 +234,8 @@ We are always open to suggestions on process improvements, and are always lookin The docker-dev group is for contributors and other people contributing to the Docker project. + You can join them without an google account by sending an email to e.g. "docker-user+subscribe@googlegroups.com". + After receiving the join-request message, you can simply reply to that to confirm the subscribtion.