From 447253c8decf4aa96d4cf7acc09c1d64715b7f1a Mon Sep 17 00:00:00 2001
From: Eric Chiang <eric.chiang@coreos.com>
Date: Tue, 8 Nov 2016 15:28:18 -0800
Subject: [PATCH] README: add link on v2 and section on getting help

---
 README.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/README.md b/README.md
index c7ec586b..93dbe354 100644
--- a/README.md
+++ b/README.md
@@ -21,12 +21,22 @@ Standards-based token responses allows applications to interact with any OpenID
 ## Documentation
 
 * [Getting started](Documentation/getting-started.md)
+* [What's new in v2](Documentation/v2.md)
 * [Storage options](Documentation/storage.md)
 * [Intro to OpenID Connect](Documentation/openid-connect.md)
 * [gRPC API](Documentation/api.md)
 * Identity provider logins (coming soon!)
 * Client libraries (coming soon!)
 
+## Getting help
+
+* For bugs and feature requests (including documentation!), file an [issue][issues].
+* For general discussion about both using and developing dex, join the [dex-dev][dex-dev] mailing list.
+* For more details on dex development plans, check out the GitHub [milestones][milestones].
+
 [openid-connect]: https://openid.net/connect/
 [kubernetes]: http://kubernetes.io/docs/admin/authentication/#openid-connect-tokens
 [amazon-sts]: https://docs.aws.amazon.com/STS/latest/APIReference/Welcome.html
+[issues]: https://github.com/coreos/dex/milestones
+[dex-dev]: https://github.com/coreos/dex/milestones
+[milestones]: https://github.com/coreos/dex/milestones
-- 
GitLab