You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ky...@apache.org on 2019/07/30 07:43:23 UTC

[incubator-weex-site] branch master updated: Update Contribute (#462)

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

kyork pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-weex-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 14f420f  Update Contribute (#462)
14f420f is described below

commit 14f420f7e46f9b29cf391183a72b74e043cae365
Author: YorkShen <sh...@gmail.com>
AuthorDate: Tue Jul 30 15:43:19 2019 +0800

    Update Contribute (#462)
---
 docs/guide/contribute/how-to-contribute.md    | 11 +++++++++++
 docs/zh/guide/contribute/how-to-contribute.md | 12 ++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/docs/guide/contribute/how-to-contribute.md b/docs/guide/contribute/how-to-contribute.md
index 857ef76..abd86fc 100644
--- a/docs/guide/contribute/how-to-contribute.md
+++ b/docs/guide/contribute/how-to-contribute.md
@@ -21,6 +21,8 @@ If you want to unsubscribe, please send an email to [dev-unsubscribe@weex.incuba
 
 Read [Apache mailing list](https://apache.org/foundation/mailinglists.html) to have a deeper view of mailing list.
 
+## Members and Governance Model
+You can find committers, PPMCs and governance model of Weex from [confluence](https://cwiki.apache.org/confluence/x/bFoyBw)
 
 ## Ask or Answer Questions
 * You ask questions on [stackoverflow.com](http://stackoverflow.com/questions/tagged/weex) for basic use problems and concepts.
@@ -36,6 +38,15 @@ Only the following types of issues are valid Github issues, for other problem, a
 * StackOverflow questions, which doesn't get response over 96 hours.
 :::
 
+## Development Process
+Most of the development process is described in [confluence](https://cwiki.apache.org/confluence/x/eJBTBw), which services the contributors of Weex and is transparent to all users.
+
+* [Release Plan](https://github.com/apache/incubator-weex/milestones): All feature, bugfix, issue-solved are associated with a certain milestone since Weex 0.27. As every Weex release needs approval from PPMC and IPMC, the due date of milestone is just an estimation of release date, not accuracy schedule.
+* [Release Procedure](https://cwiki.apache.org/confluence/x/_I5TBw)
+* [Major feature](https://github.com/apache/incubator-weex/projects)
+* [System Design](https://cwiki.apache.org/confluence/x/XYxTBw)
+* [Road Map](https://cwiki.apache.org/confluence/x/fJBTBw)
+
 ## Contribute Code or document
 In Weex community, **Documentation is as important as code**, and Weex community respects all the contribution of documentation or code.
 
diff --git a/docs/zh/guide/contribute/how-to-contribute.md b/docs/zh/guide/contribute/how-to-contribute.md
index 32d5b81..79537ce 100644
--- a/docs/zh/guide/contribute/how-to-contribute.md
+++ b/docs/zh/guide/contribute/how-to-contribute.md
@@ -23,6 +23,9 @@ Weex 开发者邮件列表是 "dev@weex.incubator.apache.org",开发者可以
 在Weex邮件组中,请使用英文沟通,以便让来自全球的开发者知道你的观点。
 :::
 
+## Members and Governance Model
+Weex 目前的 Committer,PPMC 成员以及加入 Weex Committer 的方式都列在[文档](https://cwiki.apache.org/confluence/x/bFoyBw)中。
+
 ## 提出与解决解答问题
 * 如果你对weex的用法或基本概念有疑惑,可以在[stackoverflow.com](http://stackoverflow.com/questions/tagged/weex)上提出相关问题。
 * 如果你确定某个问题是一个bug,请参考[Bug 反馈指南](./bug-report-guidelines.html),并使用Github Issue来反馈。
@@ -35,6 +38,15 @@ Weex 开发者邮件列表是 "dev@weex.incubator.apache.org",开发者可以
 Github Issue 仅用接收 Bug 反馈以及 StackOverflow 上超过 96 小时无人回复的问题,其他问题请通过邮件列表进行沟通。
 :::
 
+## 研发流程
+Weex 研发流程的文档被放置于 [Confluence](https://cwiki.apache.org/confluence/x/eJBTB) 上,这个文档对所有用户可以,文档的主要使用者是 Weex 的 Contributor 。
+
+* [Release Plan](https://github.com/apache/incubator-weex/milestones): 从 0.27 开始,Weex 使用 Github Milestone 管理版本计划。所有的 feature, bugfix 和已经解决的 issue 都和某个里程碑关联。由于 Weex 发布需要两轮投票,里程碑的发布日期仅供参考。
+* [Release Procedure](https://cwiki.apache.org/confluence/x/_I5TBw)
+* [Major feature](https://github.com/apache/incubator-weex/projects)
+* [System Design](https://cwiki.apache.org/confluence/x/XYxTBw)
+* [Road Map](https://cwiki.apache.org/confluence/x/fJBTBw)
+
 ## 贡献文档或代码
 提交代码 *Pull Request* 并不是参与 Weex 贡献的唯一方式,在Weex社区中,**文档和一样重要**,并尊重所有开发者对 Weex 文档或代码的贡献。