You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ha...@apache.org on 2018/03/12 02:34:15 UTC

incubator-weex-site git commit: * [doc] update document for contributing related to https://github.com/apache/incubator-weex-site/pull/92

Repository: incubator-weex-site
Updated Branches:
  refs/heads/master a08652002 -> 53d91f81c


* [doc] update document for contributing related to https://github.com/apache/incubator-weex-site/pull/92


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/commit/53d91f81
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/tree/53d91f81
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/diff/53d91f81

Branch: refs/heads/master
Commit: 53d91f81c40dddc3ee023bca2869ec1320da52ef
Parents: a086520
Author: acton393 <zh...@gmail.com>
Authored: Sat Mar 10 23:23:28 2018 +0800
Committer: acton393 <zh...@gmail.com>
Committed: Sat Mar 10 23:23:28 2018 +0800

----------------------------------------------------------------------
 source/cn/contributing.md | 23 ++++++++++++++++-------
 1 file changed, 16 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/53d91f81/source/cn/contributing.md
----------------------------------------------------------------------
diff --git a/source/cn/contributing.md b/source/cn/contributing.md
index f78e2e5..1e88b52 100644
--- a/source/cn/contributing.md
+++ b/source/cn/contributing.md
@@ -7,14 +7,22 @@ version: 2.1
 
 # 如何参与贡献
 
-Apache Weex 是一个活跃的开源项目,开发者可以通过多种方式参与和贡献 Apache Weex 社区。贡献并不仅仅意味着贡献代码,报bug、回答问题、参与讨论以及帮助提升文档质量也都属于贡献的一部分。
+Apache Weex 是一个活跃的开源项目,我们一直致力于简化贡献 Weex 生态的流程。开源社区的贡献方式包括但不限于可以报 bug,回答开源社区、邮件组中的问题, 参与讨论新 feature 的方案,纠正或者更改文档, 同时我们也很欢迎直接贡献代码来完善和丰富 Weex。
 
 ## 报 Bug
 
 直接通过[快速上手](../guide/index.html)教程开始使用 Weex,如果在使用过程中遇到任何问题和不符合预期的现象,都可以通过写一个 bug 报告来反馈。
 
+##### 查找已知问题
+目前我们使用 [JIRA](https://issues.apache.org/jira/projects/WEEX) 来跟踪所有的 issue 和 feature,只要对已知问题有修复或者有新 feature 计划的时候,都会更新对应的 issue 或者 feature 状态。 在填写 issue 或者 feature 时候,可以翻阅下是否已经有对应的 issue 或者 feature 已经在跟踪中。
+
+##### 报告新 issue
+
 打开 [JIRA Issue](https://issues.apache.org/jira/projects/WEEX) ,点击最上方红色的 "Create" 按钮(如果还没有注册 JIRA 账号则需要[先注册一下](https://issues.apache.org/jira/secure/Signup!default.jspa)), [Bug 报告指南](../bug-report-guidelines.html) 文档提供了一些关于 Bug 报告中最有用的信息的细节提示。你的 Bug 报告写得越好,我们就能越快地重现和修复它!
 
+## 贡献代码
+ Weex 是一个开源的 Apache 社区项目,不管是核心团队或者外部开源社区的贡献者提交的 pull request 都需要通过同样的社区 code review 流程。 贡献代码可以通过修复已知的 bug 或者 开发新 feature,建议在贡献代码之前创建 JIRA issue(如果是修复 JIRA 中已经记录的 issue,可以直接使用该JIRA issue 的 ID),我们写了一份关于[研发流程的文档](../development-process.html),在开始之前可以先阅读一下。
+
 ## 提问或者回答问题
 
 对于使用上的问题,建议你在 [stackoverflow.com](http://stackoverflow.com/) 平台上提问, 记得用 **weex** 标签标记它们。
@@ -25,7 +33,7 @@ Apache Weex 是一个活跃的开源项目,开发者可以通过多种方式
 
 在 Weex 社区,大多数讨论都发生在邮件列表上。
 
-dev 邮件组 `dev@weex.incubator.apache.org` 是 Weex 开发人员交流和讨论新功能、新发布、开发流程的地方。
+dev 邮件组 "dev@weex.incubator.apache.org" 是 Weex 开发人员交流和讨论新功能、新发布、开发流程的地方。
 
 贡献者和开发者都应该订阅这个邮件组,以便了解到 Weex 项目所发生的事情以及表达自己的观点。 [(订阅)](mailto:dev-subscribe@weex.incubator.apache.org?subject=%28send%20this%20email%20to%20subscribe%29) [(退订)](mailto:dev-unsubscribe@weex.incubator.apache.org?subject=%28send%20this%20email%20to%20unsubscribe%29) [(档案)](http://mail-archives.apache.org/mod_mbox/incubator-weex-dev/)
 
@@ -35,12 +43,13 @@ dev 邮件组 `dev@weex.incubator.apache.org` 是 Weex 开发人员交流和讨
 
 想要对文档进行更改,可以在 [weex-site 仓库](https://github.com/apache/incubator-weex-site)编辑对应的 Markdown 文件并创建一个 [Pull Request](https://help.github.com/articles/using-pull-requests/).
 
-## 贡献代码
-
-如果你已经决定开始在 Weex 中编写代码,并为项目贡献你的修复和新特性, 在你从你 fork 的仓库提交一个 pull request 之前,请一定遵循我们的 [开发流程](../development-process.html)。
-
 ## 如何成为 Committer
 
 Apache committer 是社区的核心成员,他们可以访问项目的仓库,也可以自己修改代码、文档和网站,也可以接受其他开发者的贡献。
 
-我们正在招募 committer,我们所寻找的是积极参与到社区贡献同时对 Weex 有持续兴趣的同学。如果你有兴趣成为一名 Weex committer,可以联系现有的 committer 或者直接联系 dev 邮件组,欢迎你的加入!
\ No newline at end of file
+我们正在招募 committer,我们所寻找的是积极参与到社区贡献同时对 Weex 有持续兴趣的同学。如果你有兴趣成为一名 Weex committer,可以联系现有的 committer 或者直接联系 dev 邮件组,欢迎你的加入!
+
+
+## License
+
+ 默认你对 Weex 的贡献是基于 Apache License 2.0。
\ No newline at end of file