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/02/06 09:12:08 UTC

[incubator-iotdb] branch master updated: add contribute docs

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/incubator-iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new edf4574  add contribute docs
     new 1c2f378  Merge remote-tracking branch 'origin/master'
edf4574 is described below

commit edf4574be85cb4552e809674cdf347ffbc171be9
Author: qiaojialin <64...@qq.com>
AuthorDate: Thu Feb 6 17:11:33 2020 +0800

    add contribute docs
---
 docs/Development/Development-Chinese.md | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/docs/Development/Development-Chinese.md b/docs/Development/Development-Chinese.md
index c55e117..d8ed1af 100644
--- a/docs/Development/Development-Chinese.md
+++ b/docs/Development/Development-Chinese.md
@@ -49,6 +49,24 @@ IoTDB 官网:https://iotdb.apache.org/
 
 * 开发功能前可以发邮件声明一下自己想做的任务。(Hi,I'm working on issue IOTDB-XXX,My plan is ...)
 
+## 贡献文档
+
+IoTDB 所有官网上的内容都在项目根目录的 docs 中:
+
+* docs/Documentation/SystemDesign: 系统设计文档-英文版
+* docs/Documentation-CHN/SystemDesign: 系统设计文档-中文版
+* docs/Documentation/UserGuide: 用户手册-英文版
+* docs/Documentation-CHN/UserGuide: 用户手册-中文版
+* docs/Community: 社区
+* docs/Development: 开发指南
+
+官网上的版本和分支的对应关系:
+
+* In progress -> master
+* major_version.x -> rel/major_version (如 0.9.x -> rel/0.9)
+
+Markdown 中的图片可上传至 https://github.com/thulab/iotdb/issues/543 获得 url
+
 ## 贡献代码
 
 可以到 jira 上领取现有 issue 或者自己创建 issue 再领取,评论说我要做这个 issue 就可以。