From 3f9ea62b89707adf8ae5ac93d77155870dcb8c76 Mon Sep 17 00:00:00 2001
From: kxu <kevin.s.xu@gmail.com>
Date: Wed, 3 Apr 2019 19:23:46 -0700
Subject: [PATCH 1/2] Update Readme with new info

Updated readme with information to engage with the community via different channels and an updated message on production readiness.
---
 README.md | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 7bc434536da..a89ede1c4a8 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,18 @@
 # TiDB Operator
 
+- [**Stack Overflow**](https://stackoverflow.com/questions/tagged/tidb)
+- [**Community Slack Channel**](http://bit.ly/tidbslack)
+- [**Reddit**](https://www.reddit.com/r/TiDB/)
+- **Mailing list**: [Google Group](https://groups.google.com/forum/#!forum/tidb-user)
+- [**Blog**](https://www.pingcap.com/blog/)
+- [**For support, please contact PingCAP**](http://bit.ly/contact_us_via_github)
+
 [![Build Status](https://internal.pingcap.net/jenkins/job/build_tidb_operator_master/badge/icon)](https://internal.pingcap.net/jenkins/job/build_tidb_operator_master)
 [![codecov](https://codecov.io/gh/pingcap/tidb-operator/branch/master/graph/badge.svg)](https://codecov.io/gh/pingcap/tidb-operator)
 
 TiDB Operator manages [TiDB](https://github.com/pingcap/tidb) clusters on [Kubernetes](https://kubernetes.io) and automates tasks related to operating a TiDB cluster. It makes TiDB a truly cloud-native database.
 
-> **Warning:** Currently, TiDB Operator is work in progress [WIP] and is NOT ready for production. Use at your own risk.
+TiDB Operator is production ready, but the project is constantly, evolving so future versions may cause break points for older versions. Please reach out to the community for help if you run into issues and refer to the User Guide (below) for the most updated method of deployment and operations. 
 
 ## Features
 

From 5496a79fe3b7ad0ef91feab2ad1215d6f4a5e228 Mon Sep 17 00:00:00 2001
From: kxu <kevin.s.xu@gmail.com>
Date: Thu, 4 Apr 2019 10:56:30 -0700
Subject: [PATCH 2/2] Removed additional note on production-readiness

Removed additional note on production-readiness
---
 README.md | 2 --
 1 file changed, 2 deletions(-)

diff --git a/README.md b/README.md
index a89ede1c4a8..7a23abf7f09 100644
--- a/README.md
+++ b/README.md
@@ -12,8 +12,6 @@
 
 TiDB Operator manages [TiDB](https://github.com/pingcap/tidb) clusters on [Kubernetes](https://kubernetes.io) and automates tasks related to operating a TiDB cluster. It makes TiDB a truly cloud-native database.
 
-TiDB Operator is production ready, but the project is constantly, evolving so future versions may cause break points for older versions. Please reach out to the community for help if you run into issues and refer to the User Guide (below) for the most updated method of deployment and operations. 
-
 ## Features
 
 - __Safely scaling the TiDB cluster__