You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2020/11/13 09:48:39 UTC

[iotdb] branch master updated: Add QQ group and wechat group in README and official website (#2044)

This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 32c0432  Add QQ group and wechat group in README and official website (#2044)
32c0432 is described below

commit 32c043245ae36ff5ef00232aa761c35a773dd871
Author: Zesong Sun <sz...@mails.tsinghua.edu.cn>
AuthorDate: Fri Nov 13 17:48:22 2020 +0800

    Add QQ group and wechat group in README and official website (#2044)
---
 README.md                                         | 11 +++++++++++
 README_ZH.md                                      | 13 ++++++++++++-
 site/src/main/.vuepress/theme/components/Page.vue |  3 +++
 3 files changed, 26 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0b35840..17f0a01 100644
--- a/README.md
+++ b/README.md
@@ -389,3 +389,14 @@ select * from root.fit.d1
 
 # Frequent Questions for Compiling
 see [Frequent Questions when Compiling the Source Code](https://iotdb.apache.org/Development/ContributeGuide.html#_Frequent-Questions-when-Compiling-the-Source-Code)
+
+# Contact Us
+### QQ Group
+
+* Apache IoTDB User Group: 659990460
+
+### Wechat Group
+
+* Add friend: tietouqiao, and then we'll invite you to the group.
+
+see [Join the community](https://github.com/apache/iotdb/issues/1995) for more!
diff --git a/README_ZH.md b/README_ZH.md
index 9545377..97bf7ff 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -390,4 +390,15 @@ select * from root.fit.d1
 
 
 # 常见编译错误
-see [Frequent Questions when Compiling the Source Code](https://iotdb.apache.org/zh/Development/ContributeGuide.html#%E5%B8%B8%E8%A7%81%E7%BC%96%E8%AF%91%E9%94%99%E8%AF%AF)
+查看 [常见编译错误](https://iotdb.apache.org/zh/Development/ContributeGuide.html#%E5%B8%B8%E8%A7%81%E7%BC%96%E8%AF%91%E9%94%99%E8%AF%AF)
+
+# 联系我们
+### QQ群
+
+* Apache IoTDB 交流群:659990460
+
+### Wechat Group
+
+* 添加好友 tietouqiao,我们会邀请您进群
+
+获取更多内容,请查看 [加入社区](https://github.com/apache/iotdb/issues/1995) 
\ No newline at end of file
diff --git a/site/src/main/.vuepress/theme/components/Page.vue b/site/src/main/.vuepress/theme/components/Page.vue
index b7becce..e05065d 100644
--- a/site/src/main/.vuepress/theme/components/Page.vue
+++ b/site/src/main/.vuepress/theme/components/Page.vue
@@ -77,6 +77,9 @@
     <!-- <slot name="bottom"/> -->
     <p style="text-align: center;">Copyright © 2020 The Apache Software Foundation.<br>
        Apache and the Apache feather logo are trademarks of The Apache Software Foundation</p>
+    <p style="text-align: center; margin-top: 10px; color: #444">
+      Contact us: Join QQ Group 659990460 | Add friend <i>tietouqiao</i> and be invited to Wechat Group<br>
+      see <a href="https://github.com/apache/iotdb/issues/1995">Join the community</a> for more</p>
     <!-- <p style="text-align:justify!important;paddingLeft:10px;paddingRight:10px;">
         Disclaimer: Apache IoTDB is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicat [...]
     </p>