[
https://issues.apache.org/jira/browse/SCB-560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16468223#comment-16468223
]
ASF GitHub Bot commented on SCB-560:
------------------------------------
WillemJiang closed pull request #83: [SCB-560]Adding guide of how to use gitter
URL: https://github.com/apache/incubator-servicecomb-website/pull/83
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/_data/navigation.yml b/_data/navigation.yml
index c07c908..9818bdc 100755
--- a/_data/navigation.yml
+++ b/_data/navigation.yml
@@ -292,6 +292,8 @@ t:
url: /cn/developers/subscribe-mail-list/
- title: "JIRA使用方法"
url: /cn/developers/use-jira/
+ - title: "Gitter 使用方法"
+ url: /cn/developers/use-gitter/
- title: "设置代码仓库写权限"
url: /cn/developers/setup-committer-rights/
- title: "How to Release in Apache"
diff --git a/_developers/cn/use-gitter.md b/_developers/cn/use-gitter.md
new file mode 100644
index 0000000..3a0dcdf
--- /dev/null
+++ b/_developers/cn/use-gitter.md
@@ -0,0 +1,65 @@
+---
+title: "Gitter 使用指南"
+lang: cn
+ref: use-gitter
+permalink: /cn/developers/use-gitter/
+excerpt: "介绍如何使用Gitter参与到ServiceComb开源开发"
+last_modified_at: 2018-02-28T11:26:43-20:46
+---
+
+{% include toc %}
+
+## Gitter简介
+
+Gitter 是一款可支持Markdown的针对开发者的即时通讯软件,可无缝关联到
github,可在聊天中关联Github上的PR,可留存讨论的相关历史记录,可查询历史记录,支持中英文。
+
+ServiceComb 和很多其他的开源项目一样,使用 Gitter 作为技术交流和社区发展的即时通讯媒介,本文介绍如何使用 Gitter 参与到
ServiceComb 的开源开发和社区发展中。
+
+## 使用链接登录
+
+在浏览器 输入
[https://gitter.im/ServiceCombUsers/Lobby](https://gitter.im/ServiceCombUsers/Lobby)
,会自动跳转到Gitter上ServiceComb社区的聊天室界面,如下:
+
+{: .align-center}
+
+如上红圈所示,点击 `SIGN IN TO START TALKING` 进行登录,可支持两种登录方式,Github账号或Twitter账号,笔者使用
Github账号进行登录,如下:
+
+{: .align-center}
+
+点击红圈处后,输入Github账号和密码既可登录进聊天室,从此开始进行技术或社区讨论:
+
+{: .align-center}
+
+红圈1:当前社区的Github代码库上的最近的activity;
+
+红圈2:当前社区Gitter聊天室已加入的所有人;
+
+红圈3:搜索其他社区或者当前聊天室的相关话题记录;
+
+红圈4:发送聊天消息。
+
+至此,就可以像使用微信一样,使用Gitter,并获得比微信更加令开发者和技术人员舒服的功能,如,直接提及某个Activity进行讨论,直接搜索历史聊天记录等。
+
+已经加入聊天室的伙伴别忘记点击右上角的五角星进行点赞,这样会让本聊天室更容易被您自己找到。
+
+{: .align-center}
+
+
+
+只是使用Gitter来进行技术讨论或咨询的伙伴,以上功能就足够了,从此可以像使用微信一样游刃有余地使用,如对Gitter有兴趣或者希望创建私有聊天室的伙伴,可以参考:
+
+[http://www.gitter.net.cn/book/gitter/roomsettings-1.html](http://www.gitter.net.cn/book/gitter/roomsettings-1.html)
+
+
+## 安装手机客户端
+
+您可以下载Gitter的手机客户端,在手机上也随时随地的参与到技术讨论中,下载链接:
+
+[https://gitter.im/home](https://gitter.im/home)
+
+## 在Gitter上搜索并加入ServiceComb社区聊天室
+
+已经在使用Gitter的伙伴,直接登录Gitter后,搜索 `ServiceComb` ,如下图:
+
+{: .align-center}
+
+点击`ServiceComb Users Community` 加入聊天室,其他的功能使用同上一章节,这里不赘述。
diff --git a/assets/images/login-gitter.PNG b/assets/images/login-gitter.PNG
new file mode 100644
index 0000000..595f5cd
Binary files /dev/null and b/assets/images/login-gitter.PNG differ
diff --git a/assets/images/login-gitter1.PNG b/assets/images/login-gitter1.PNG
new file mode 100644
index 0000000..f074928
Binary files /dev/null and b/assets/images/login-gitter1.PNG differ
diff --git a/assets/images/login-gitter2.PNG b/assets/images/login-gitter2.PNG
new file mode 100644
index 0000000..4434078
Binary files /dev/null and b/assets/images/login-gitter2.PNG differ
diff --git a/assets/images/login-gitter3.PNG b/assets/images/login-gitter3.PNG
new file mode 100644
index 0000000..4c6ab5d
Binary files /dev/null and b/assets/images/login-gitter3.PNG differ
diff --git a/assets/images/login-gitter4.PNG b/assets/images/login-gitter4.PNG
new file mode 100644
index 0000000..4f9bfbe
Binary files /dev/null and b/assets/images/login-gitter4.PNG differ
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Adding "How to use gitter" guide doc in developer guide on the website
> ----------------------------------------------------------------------
>
> Key: SCB-560
> URL: https://issues.apache.org/jira/browse/SCB-560
> Project: Apache ServiceComb
> Issue Type: Wish
> Components: website
> Reporter: Zhinan Lin
> Assignee: Zhinan Lin
> Priority: Minor
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)